jermp / essentialsLinks
Essential C++ utilities.
☆15Updated last month
Alternatives and similar repositories for essentials
Users that are interested in essentials are comparing it to the libraries listed below
Sorting:
- Bit packed vector of integral values☆27Updated 5 months ago
- Five implementations of double linked lists to demonstrate generic data structures in C☆16Updated 5 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 10 months ago
- ☆20Updated 3 years ago
- Generic hash table library in C☆32Updated last month
- 📖 🧬 SSHash is a compressed, associative, exact, and weighted dictionary for k-mers.☆88Updated last week
- For details, see the blog post:☆32Updated last year
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 years ago
- Efficient Prefix-Sum data structures in C++.☆26Updated last year
- Command line parser for C++17.☆27Updated 7 months ago
- C++ library to easily start subprocesses and pipelines of commands☆15Updated 2 years ago
- Compact Tree Representation☆16Updated 8 years ago
- libstrbuf: A powerful string library for C☆17Updated 8 years ago
- A (Minimal) Perfect Hash Function based on irregular cuckoo hashing, retrieval, and overloading.☆19Updated 3 months ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆30Updated 2 years ago
- LZ Double factor Factorization.☆11Updated 8 years ago
- Low memory multithreaded hash table☆24Updated 10 years ago
- Wavelet tree based on a fixed block boosting technique☆16Updated 4 years ago
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆36Updated 2 years ago
- Fast compressed trie dictionary library☆70Updated 9 months ago
- Fast and compact locality-preserving minimal perfect hashing for k-mer sets.☆43Updated last year
- Online construction of run-length BWT (RLBWT) and r-index. Plus, online LZ77 parsing based on RLBWT.☆15Updated 7 years ago
- Fast fuzzy regex matcher: specify max edit distance to find approximate matches. FuzzyMatcher is now included in RE/flex.☆37Updated 2 months ago
- COBS - Compact Bit-Sliced Signature Index (for Genomic k-Mer Data or q-Grams)☆84Updated last year
- External memory suffix array construction using inducing☆11Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆35Updated last year
- C++17 Implementation of Dynamic Filter Trie☆8Updated 3 years ago
- Yet another C++ text formatting library.☆71Updated 7 months 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 …☆26Updated 3 years ago