HP-UX 11i June 2001 Release Notes
HP-UX 11i Operating Environment Applications
Selectable Applications
Chapter 4 105
Selectable Applications
Ignite-UX
Ignite-UX is an HP-UX administration toolset to help you do the
following:
• install HP-UX on multiple systems in your network
• create custom install configurations
• recover HP-UX systems remotely
• monitor system-installation status
For details, see “Ignite-UX Version B.3.3” on page 126 and the following
HP web site:
http://software.hp.com/products/IUX/docs.html
Judy Libraries (new for June 2001)
The Judy technology is a C language library that provides an unbounded
array capability. Judy provides a state-of-the-art core technology that
replaces many traditional data structions and algorithms, such as
arrays, sparse arrays, hash tables, B-trees, binary trees, linear lists,
skiplists, and county functions. Judy delivers:
• Improved overall performance and better memory management
• Scalable arrays that can grow dynamically to very large populations
without significant performance penalties
Judy offers three types of arrays:
Judy1 functions provide a way to store, retrieve, and locate Boolean
values (bit maps) in a Judy array.
JudyL functions provide a way to store, retrieve, and locate
long-word values in a Judy array.
JudySL functions provide a way to store, retrieve, and locate strings
as indexes (similar to associative arrays in awk, Perl, and Java).