smith-waterman topic
strutil
Golang metrics for calculating string similarity and other string utility functions
opal
SIMD C/C++ library for massive optimal sequence alignment (local/SW, infix, overlap, global)
seqalign
Collection of sequence alignment algorithms.
diagonalsw
C/C++ implementation of the Smith-Waterman algorithm by using SIMD operations (e.g SSE4.1)
SneakySnake
SneakySnake:snake: is the first and the only pre-alignment filtering algorithm that works efficiently and fast on modern CPU, FPGA, and GPU architectures. It greatly (by more than two orders of magnit...
minineedle
Needleman-Wunsch and Smith-Waterman algorithms in python
Systolic-Array-for-Smith-Waterman
This work implements a dynamic programming algorithm for performing local sequence alignment. Through parallelism, it can run 136X times faster than a software running the same algorithm.
fuzzig
Fuzzy finder algorithms a la Smith-Waterman for Zig.