pfalcon / awesome-implicit-data-structuresLinks
Awesome implicit data structures
☆24Updated 6 years ago
Alternatives and similar repositories for awesome-implicit-data-structures
Users that are interested in awesome-implicit-data-structures are comparing it to the libraries listed below
Sorting:
- A compressed bitset with supporting data structures and algorithms☆19Updated 12 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- ☆31Updated 10 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Math vector library☆39Updated 2 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆81Updated 3 years ago
- Vectorized version of the PCG random number generator☆84Updated 9 months ago
- Lightweight printf-compatible format processing library☆34Updated last year
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- A generic single header garbage collector that mixes reference counting and a mark & sweep algorithm☆18Updated 8 years ago
- Lightweight, performance oriented, Core library for 'C' programmers☆56Updated 10 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- Allocation benchmarks☆30Updated 9 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- Foundations of symbol based programming☆30Updated 6 years ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- Simple, single-file, nibble-based, adaptive rANS library with SSE2-accelerated modeling☆23Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆16Updated 7 years ago
- BON - Binary Object Notation☆21Updated 8 years ago
- Public domain linear time distance field and Voronoi diagram on lattice grid☆54Updated 9 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- C++ implementations of common data compression algorithms.☆116Updated 8 years ago
- A fast C++ dynamic_cast<> alternative.☆34Updated 4 years ago
- Resizable contiguous sequence container with fast appends on either end.☆38Updated 8 years ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago