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☆64Updated last year
- Compact Data Structures Library☆128Updated 11 years ago
- COBS - Compact Bit-Sliced Signature Index (for Genomic k-Mer Data or q-Grams)☆83Updated last year
- Compact Data Structures Library☆101Updated 3 years ago
- Sequence Indexing and Search☆109Updated 4 months ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- Source code for the Shifted Hamming Distance (SHD) filtering mechanism for sequence alignment. Described in the Bioinformatics journal pa…☆36Updated 5 years ago
- finding set bits in large bitmaps☆15Updated 9 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
- The dream accurate approximate set cardinality estimator based on 3-bit HyperLogLog. More accurate than Redis HyperLogLog.☆55Updated 4 years ago
- Succinct Data Structure Library☆107Updated 12 years ago
- Experimentation around 'emil-e/rapidcheck' by combining it with libFuzzer☆27Updated 7 years ago
- C library to compute the Hamming weight of arrays☆49Updated 6 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
- AVX512 population count routines☆23Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Source code for the article "A bug story: data alignment on x86"☆17Updated 8 years ago
- Rolling Hash C++ Library☆189Updated last year
- Vectorized intersections (research code)☆16Updated 8 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆30Updated 2 years ago
- BWT Text Indexing Library: a set of tools to work with BWT-based text indexes☆25Updated 3 years ago
- The latest development version of rose. It may not pass all regression tests.☆106Updated 6 years ago
- C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings☆154Updated last year
- Radix sort implemented i Java and C/C++ with benchmark.☆41Updated 14 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 6 years ago
- Bloom-filter based minimal perfect hash function library☆266Updated 3 months ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago