JanX2 / judy-arraysLinks
An implementation of Judy Arrays in 1250 Lines of C Code. (with sample CLI applications and Xcode project)
☆17Updated 13 years ago
Alternatives and similar repositories for judy-arrays
Users that are interested in judy-arrays are comparing it to the libraries listed below
Sorting:
- A C library for creating and accessing dynamic arrays with near O(log-base-256) scalability into the peta-element range☆32Updated 14 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A small little tool for dumping a floating-point number in its native format☆55Updated 9 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- arbitrary precision arithmetic library☆43Updated 6 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- Automatically exported from code.google.com/p/judyarray☆17Updated 9 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- ARTful radix tree☆13Updated 8 years ago
- Popular hash table implementation benchmarks☆27Updated 7 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A Variable-Length String Hashing Library in C++☆44Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 8 years ago
- ☆13Updated 2 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆36Updated 11 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- Intrusive data structures for C☆58Updated 7 years ago
- single file C libraries☆38Updated 4 months ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- A simple bitset library in C☆134Updated 3 months ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 4 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 5 years ago