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.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow General purpose dynamic array - Judy
Other Useful Business Software
    
                    
                    Build Securely on Azure with Proven Frameworks
                    
                    
                
            
                            Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
                        
                    Rate This Project
Login To Rate This Project
    User Reviews
- 
    
    
    When cross-compiling, e.g. for android, Make fails on the following line of src/JudyL/Makefile: JudyLTables.c: JudyLTablesGen.c $(CC) $(INCLUDES) $(AM_CFLAGS) @CFLAGS@ -o JudyLTablesGen JudyLTablesGen.c; ./JudyLTablesGen This is because CC is set to the host compiler not the build compiler. Therefore, JudyLTableGen fails to execute. The same problem exists for src/Judy1/Makefile.
 - 
    
    
    Very fast compact dictionary like structure and api. However unicode support or complex structures have to be carefully coded to use together with Judy