Home

Awesome

Judy Array Templates

The Judy Array is a sparse dynamic array. It is a particular kind of trie that is highly efficient in space and time, and does not require tuning.

This uses Karl Malbrain's implementation of the Judy Array. Additional information can be found with Doug Baskins' original implementation on sourceforge, or on Wikipedia.

The templates

Comparison between this and the versions Karl and Doug wrote

Files

Compiling

License

Karl Malbrain's judy array code is public domain; what I've added is public domain as well.

Contact

mpictor -a-t- gmail