johnj / lldsLinks
Low-Level Data Structure - efficient data structures, and fast data access in the 3.x/4.x/5.x/6.x kernel
☆120Updated 2 years ago
Alternatives and similar repositories for llds
Users that are interested in llds are comparing it to the libraries listed below
Sorting:
- Algorithms to compress sorted arrays of integers☆17Updated 11 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Useful macros for debugging purposes.☆16Updated 10 years ago
- A library for Rapid {C|Concurrency|Correct} Development☆34Updated 9 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago
- Iterator library.☆79Updated 5 years ago
- Library containing high-performance datastructures and utilities for C++☆74Updated 8 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- Presentation on Hana for C++Now 2015☆10Updated 6 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…☆53Updated 12 years ago
- Wannabe Main Memory Database and More☆53Updated 4 years ago
- ☆11Updated 8 years ago
- A simple re-implementation of Google's sparsehash as a learning excercise.