Changes for version 0.07 - 2008-12-21

  • Added Judy::1 and Judy::L Changed API. Renamed search functions to be in line with the C library SearchForward -> First ContinueForward -> Next SearchBackward -> Last ContinueBackward -> Prev Removed vestigial PeekPoke from tests Added constants PJERR, PJLAP_INVALID

Modules

Library for creating and accessing a dynamic array, using an array-of-bytes as an Key and a word as a Value.
library for creating and accessing a dynamic array of words, using a word as an index.
Useful functions for interacting with memory
Library for creating and accessing a dynamic array (hash), using a null-terminated string as a key

Examples