IlyaGrebnov / libsaisLinks
The libsais library provides fast linear-time construction of suffix array (SA), generalized suffix array (GSA), longest common prefix (LCP) array, permuted LCP (PLCP) array, Burrows-Wheeler transform (BWT) and inverse BWT based on the induced sorting algorithm with optional OpenMP support for multi-core parallel construction.
☆232Updated 3 months ago
Alternatives and similar repositories for libsais
Users that are interested in libsais are comparing it to the libraries listed below
Sorting:
- A lightweight suffix-sorting library☆399Updated 5 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆249Updated last month
- msufsort parallel suffix array construction algorithm☆30Updated 5 years ago
- Succinct Data Structure Library 3.0☆99Updated last week
- High performance block-sorting data compression library☆337Updated 2 months ago
- Bloom-filter based minimal perfect hash function library☆270Updated 5 months ago
- rANS coder (derived from https://github.com/rygorous/ryg_rans)☆86Updated 3 years ago
- 🚀 Fast C/C++ bit population count library☆356Updated last year
- Header-only binary fuse and xor filter library☆414Updated 3 months ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆46Updated last year
- Dictionary compressor with nibbled ANS and optimal parsing. Other compression experiments.☆26Updated 8 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆338Updated last year
- A space-efficient compressor based on the Re-Pair grammar☆10Updated 8 years ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆58Updated last year
- Custom compression for CRAM and others.☆35Updated 2 weeks ago
- Fast lossless data compression in C++☆194Updated last week
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆38Updated 3 years ago
- Fast in-place radix sort with STL-like API☆48Updated 9 years ago
- A lightweight suffix-sorting library enhanced with LCP construction☆12Updated 5 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- The esa-matchfinder is a C99 library for efficient Lempel-Ziv factorization using enhanced suffix array (ESA).☆28Updated 3 months ago
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆34Updated 11 months ago
- Dynamic succinct/compressed data structures☆112Updated last week
- Fast integer compression in C using the StreamVByte codec☆411Updated 10 months ago
- Compression Benchmark☆358Updated 2 years ago
- FM-Index full-text index implementation using RRR Wavelet trees (libcds) and fast suffix sorting (libdivsufsort) including experimental r…☆107Updated 10 years ago
- LittleBit is a pure Huffman coding compression algorithm with the option of random access reading while offering competitive compression …☆14Updated 4 years ago
- TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems☆87Updated 2 years ago
- Simple rANS encoder/decoder (arithmetic coding-ish entropy coder).☆339Updated 3 years ago
- Wavelet tree based on a fixed block boosting technique☆16Updated 4 years ago