vteromero / VTEncLinks
VTEnc C library
☆37Updated 3 years ago
Alternatives and similar repositories for VTEnc
Users that are interested in VTEnc are comparing it to the libraries listed below
Sorting:
- Bloom filter alternative (C++)☆18Updated 7 years ago
- Fastest Trie structure (Linux & Windows)☆93Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- For details, see the blog post:☆35Updated 2 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆31Updated 3 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 6 years ago
- 8-bit Xor Filter in C99☆63Updated 6 years ago
- wait free FIFO queue, easy built cross platform(no extra dependencies needed)☆87Updated 6 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- A benchmark for sorting algorithms☆63Updated 4 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
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- haesni is a small hash function using aes-ni for fast string hashing☆19Updated 7 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆93Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆85Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing