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
Sorting:
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 10 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated 10 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆141Updated 5 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
- unrolled skip list library for C☆21Updated 5 years ago
- Benchmarks for our memory allocator☆64Updated last year
- Automatically exported from code.google.com/p/judyarray☆17Updated 9 years ago
- A lightweight coroutine library written in C and assembler☆38Updated 10 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- A simple immutable ordered key/value storage system.☆15Updated 9 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- High performance utility library for C☆93Updated 9 months ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated 11 months ago
- Low-memory-footprint mutexes for pthreads☆41Updated 3 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- TLSF: two-level segregated fit O(1) allocator☆78Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago