berenm / bplus-treeLinks
Fast in-memory B+-Tree implementation in C.
☆30Updated 10 years ago
Alternatives and similar repositories for bplus-tree
Users that are interested in bplus-tree are comparing it to the libraries listed below
Sorting:
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- Simple unoptimized AVL tree implementation in C89☆40Updated 5 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Concurrent trie-hash map library☆92Updated 2 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 5 months ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- C99 trie library☆101Updated 6 years ago
- header-file-only implementation of various hash algorithms☆92Updated 2 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 8 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- C11 Lock-free Stack☆184Updated last year
- High performance utility library for C☆94Updated 4 months ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆91Updated 2 years ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- A simple bitset library in C☆137Updated 8 months ago