rantala / string-sortingLinks
A collection of string sorting algorithms
☆55Updated 3 years ago
Alternatives and similar repositories for string-sorting
Users that are interested in string-sorting are comparing it to the libraries listed below
Sorting:
- Vectorized version of the PCG random number generator☆80Updated 3 months ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Compact Data Structures Library☆100Updated 3 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
- For details, see the blog post:☆32Updated last year
- FOundation of stXXl and thriLL☆14Updated last year
- Compact Tree Representation☆16Updated 8 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Linear vs binary search benchmark☆40Updated 5 years ago
- Fast in-place radix sort with STL-like API☆47Updated 8 years ago
- ☆16Updated 11 years ago
- Vectorized intersections (research code)☆16Updated 8 years ago
- ☆13Updated last month
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- External memory suffix array construction using inducing☆11Updated 4 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 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
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 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
- Comparing linear and binary searches☆41Updated 5 years ago
- C library to compute the Hamming weight of arrays☆47Updated 6 years ago
- Really fast C++ hash table☆14Updated 7 years ago
- BWT Text Indexing Library: a set of tools to work with BWT-based text indexes☆25Updated 3 years ago