mailund / stralg
Small library of string algorithms
☆17Updated last year
Related projects ⓘ
Alternatives and complementary repositories for stralg
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 3 years ago
- For details, see the blog post:☆31Updated 10 months ago
- Optimizing database queries with array programming☆18Updated 4 years ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 5 years ago
- Succinct data structures in C/C++☆82Updated last month
- A benchmark for sorting algorithms☆58Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 5 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆40Updated 7 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆28Updated 5 months ago
- Source Code for 'String Algorithms in C' by Thomas Mailund☆16Updated 4 years ago
- fast prime sieve and hash algorithm☆37Updated 10 months 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
- Detailed experiments over simdjson for VLDB article (2019) and future work☆22Updated 4 years ago
- ☆13Updated 6 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- ☆15Updated 10 years ago
- C library to compute the Hamming weight of arrays☆44Updated 5 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 8 years ago
- LLVM-jitted bitmaps☆27Updated 4 years ago
- Robin Hood hash map library☆58Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 6 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- A comparison between different integer set techniques☆14Updated 6 years ago
- Succinct C++☆25Updated 4 years ago
- Sample Code for “Sequential and Parallel Algorithms and Data Structures -- The Basic Toolbox” Book☆23Updated 7 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆21Updated 2 years ago
- C++ embedded domain specific language for expressing parsers as extended parsing expression grammars (PEGs)☆68Updated 3 months ago