eriksjolund / diagonalswLinks
C/C++ implementation of the Smith-Waterman algorithm by using SIMD operations (e.g SSE4.1)
☆23Updated 8 years ago
Alternatives and similar repositories for diagonalsw
Users that are interested in diagonalsw are comparing it to the libraries listed below
Sorting:
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆65Updated last year
- FM-Index full-text index implementation using RRR Wavelet trees (libcds) and fast suffix sorting (libdivsufsort) including experimental r…☆107Updated 10 years ago
- Sequence Indexing and Search☆109Updated 4 months ago
- Compact Data Structures Library☆128Updated 11 years ago
- Compact Data Structures Library☆101Updated 3 years ago
- Rolling Hash C++ Library☆189Updated last year
- Source code for the article "A bug story: data alignment on x86"☆17Updated 9 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆120Updated 8 years ago
- Lock-free multithreaded memory allocation☆110Updated 8 years ago
- Extremely fast inplace radix sort☆42Updated 5 years ago
- Simply feedforward neural network☆19Updated 9 years ago
- Cool trick to store 4 5-bit values in one 16-bit value.☆285Updated 5 years ago
- COBS - Compact Bit-Sliced Signature Index (for Genomic k-Mer Data or q-Grams)☆86Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Succinct Data Structure Library☆107Updated 12 years ago
- AVX512 population count routines☆23Updated 6 years ago
- Long-term book project☆34Updated 4 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
- Source code for the Shifted Hamming Distance (SHD) filtering mechanism for sequence alignment. Described in the Bioinformatics journal pa…☆36Updated 5 years ago
- elPrep reimplementations in C++ and Java, only for benchmark comparisons☆10Updated 2 years ago
- A library for Rapid {C|Concurrency|Correct} Development☆34Updated 10 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 6 years ago
- The dream accurate approximate set cardinality estimator based on 3-bit HyperLogLog. More accurate than Redis HyperLogLog.☆55Updated 4 years ago
- CCS in C++☆26Updated 2 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆55Updated last year
- libsequence: a C++ class library for evolutionary genetic analysis☆53Updated 5 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- A C implementation of Ukkonen's suffix tree-building algorithm, with test suite and tree print.☆21Updated 11 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago