Changes for version 0.05 - 2008-12-19

  • Added Judy::Mem Added t/20sl.t Renamed t/10basic.t to t/10hs.t
  • Removed PeekPoke dependency. Re-implemented in Judy::Mem. Stop using sv_2pvbyte, use SvPVbyte instead. Using ppport.h at its own recommendation. Possibly incompatible with 5.6.1. See comment in HS.xs
  • Changed C comment syntax from // to /**/ Fixed README, now it autogenerates from README.pod Git ignores Judy-* Cleaned MANIFEST

Modules

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

Examples