thomasmoelhave / tpie
Templated Portable I/O Environment
☆112Updated last month
Related projects ⓘ
Alternatives and complementary repositories for tpie
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆73Updated 3 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆106Updated 7 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆55Updated 7 years ago
- Fast decoder for VByte-compressed integers☆117Updated 5 months ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 10 years ago
- C++ implementation of concurrent Binary Search Trees☆73Updated 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☆50Updated 8 months ago
- General purpose C++ library for iZENECloud☆42Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆59Updated 5 years ago
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 7 years ago
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 3 years ago
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago
- Template Vector Library☆18Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- High-performance dictionary coding☆103Updated 7 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆46Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- UME::SIMD A library for explicit simd vectorization.☆90Updated 6 years ago
- An adaptive radix tree for efficient indexing in main memory.☆150Updated 7 months ago
- A fast SIMD parser for CSV files☆146Updated 2 years ago
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆47Updated 3 months ago
- Fast Approximate Membership Filters (C++)