judy

Sparse dynamic array C library for efficient data structure management

brewmacoslinux
Try with needOr install directly
Source

About

State-of-the-art C library that implements a sparse dynamic array

Commands

judy

Examples

Link judy library in a C program compilation$ gcc -o program program.c -lJudy
Check judy library installation and version$ pkg-config --modversion judy
Find judy header files and library paths$ pkg-config --cflags --libs judy