lemire / fasthashingLinks
A Variable-Length String Hashing Library in C++
☆44Updated 6 years ago
Alternatives and similar repositories for fasthashing
Users that are interested in fasthashing are comparing it to the libraries listed below
Sorting:
- A C++ library for integer array compression☆29Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Library containing high-performance datastructures and utilities for C++☆74Updated 8 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- Vectorized intersections (research code)☆16Updated 8 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- ☆18Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- ☆31Updated 9 years ago
- A simple immutable ordered key/value storage system.☆15Updated 9 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- A small little tool for dumping a floating-point number in its native format☆55Updated 10 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Finite State Coder☆14Updated 10 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆77Updated 4 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 10 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago