berenm / bplus-tree
Fast in-memory B+-Tree implementation in C.
☆29Updated 9 years ago
Alternatives and similar repositories for bplus-tree:
Users that are interested in bplus-tree are comparing it to the libraries listed below
- Static Radix Tree (Patricia trie) implementation in C☆46Updated 7 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 weeks ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 10 years ago
- Concurrent trie-hash map library☆91Updated last year
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 10 years ago
- portability macros for compiler and hardware micro operations☆35Updated 6 months ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 9 years ago
- Low-memory-footprint mutexes for pthreads☆40Updated 2 years ago
- A C++ library for integer array compression☆28Updated 2 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- unrolled skip list library for C☆21Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- The libdill tutorial.☆13Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago