Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
☆109Mar 13, 2023Updated 2 years ago
Alternatives and similar repositories for triple_accel
Users that are interested in triple_accel are comparing it to the libraries listed below
Sorting:
- Cute tricks for SIMD vectorized binary encoding and decoding of nucleotides, in Rust.☆129Dec 30, 2020Updated 5 years ago
- ☆14Oct 14, 2020Updated 5 years ago
- Just another minhash implementation.☆12Feb 25, 2026Updated last week
- SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using …☆139Jun 23, 2024Updated last year
- A bit-packed k-mer representation (and relevant utilities) for rust☆47Jun 26, 2024Updated last year
- Parallel Construction of Suffix Arrays in Rust☆26May 2, 2025Updated 10 months ago
- Host depletion optimised for clinical metagenomic sequencing applications☆16Nov 18, 2024Updated last year
- Shared k-mer content between two genomes☆19Jun 21, 2023Updated 2 years ago
- GFA parser in Rust☆30May 26, 2023Updated 2 years ago
- Rust library for processing sequencing reads.☆25Sep 2, 2024Updated last year
- ☆22Jul 28, 2022Updated 3 years ago
- A lightweight platform-accelerated library for biological motif scanning using position weight matrices.☆62Feb 26, 2026Updated last week
- BAM CIGAR / MD transcoder for compact on-memory representation and quick drawing☆20Jul 19, 2023Updated 2 years ago
- String algorithm visualizations☆13Feb 7, 2023Updated 3 years ago
- Refinements of the WFA alignment algorithm with better complexity☆26Mar 31, 2022Updated 3 years ago
- Alignment-based gene expression quantification☆36Feb 8, 2026Updated last month
- gia: Genomic Interval Arithmetic☆66Aug 21, 2024Updated last year
- Simple and transparent support for compressed files.☆81Feb 27, 2026Updated last week
- Single-Cell RNA-seq pseudo-aligner☆52May 6, 2024Updated last year
- Python and Rust library for loading, saving, and manipulating taxonomic trees☆51Updated this week
- A pairwise sequence aligner written in Rust☆151Jan 27, 2026Updated last month
- A Rust library for building modular, fast and compact indexes over genomic data☆12Nov 22, 2023Updated 2 years ago
- A command line program for large scale buffering between piped programs☆16Nov 19, 2021Updated 4 years ago
- Bioinformatics I/O libraries in Rust☆659Mar 1, 2026Updated last week
- Hardware Accelerated Read Until☆17Sep 30, 2025Updated 5 months ago
- SIMD-parallel BLAST X-drop DP on sequence graphs☆24May 30, 2024Updated last year
- Fast FASTX parsing and k-mer methods in Rust☆210Jan 27, 2026Updated last month
- Next Index to Query Kmer Intersection☆17Feb 1, 2023Updated 3 years ago
- Rust bindings to the wavefront algorithm C implementation☆17Sep 20, 2022Updated 3 years ago
- Hardware go brrr bounded context suffix array construction algorithm