stringzilla 5.1.2

Search, hash, sort, fingerprint, and fuzzy-match strings faster via SWAR, SIMD, and GPGPU
Documentation
1
2
3
4
5
6
7
/**
 *  @file c/stringzillas/smith_waterman.cpp
 *  @brief StringZillas smith_waterman shim, CPU backend.
 *  @author Ash Vardanian
 *  @date March 23, 2025
 */
#include "smith_waterman.cuh"