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.
☆226Updated 2 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☆395Updated 5 years ago
- msufsort parallel suffix array construction algorithm☆29Updated 4 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆244Updated last week
- High performance block-sorting data compression library☆332Updated last month
- Bloom-filter based minimal perfect hash function library☆267Updated 3 months ago
- Succinct Data Structure Library 3.0☆96Updated 2 months ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆46Updated last year
- Header-only binary fuse and xor filter library☆410Updated 2 months ago
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆38Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆354Updated last year
- rANS coder (derived from https://github.com/rygorous/ryg_rans)☆87Updated 3 years ago
- String Matching Algorithms Research Tool☆107Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆332Updated 11 months ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆57Updated last year
- Fast integer compression in C using the StreamVByte codec☆410Updated 9 months ago
- BitMagic Library☆433Updated 2 months ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Dynamic succinct/compressed data structures☆112Updated last year
- Collection of Suffix Array Construction Algorithms (SACAs)☆33Updated 6 years ago
- Fast in-place radix sort with STL-like API☆48Updated 8 years ago
- A lightweight suffix-sorting library enhanced with LCP construction☆12Updated 5 years ago
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆34Updated 9 months ago
- Dictionary compressor with nibbled ANS and optimal parsing. Other compression experiments.☆26Updated 6 months ago
- Custom compression for CRAM and others.☆36Updated 3 weeks ago
- A space-efficient compressor based on the Re-Pair grammar☆10Updated 8 years ago
- Fast lossless data compression in C++☆189Updated 2 weeks ago
- Compression Benchmark☆357Updated 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- The esa-matchfinder is a C99 library for efficient Lempel-Ziv factorization using enhanced suffix array (ESA).☆28Updated 2 months ago