general purpose dynamic array as a C callable library
Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.
Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.
To install judy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install judy
To see what files were installed by judy, run:
port contents judy
To later upgrade judy, run:
sudo port selfupdate && sudo port upgrade judy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.