stringzilla 5.0.3

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/needleman_wunsch.cpp
 *  @brief StringZillas needleman_wunsch shim, CPU backend.
 *  @author Ash Vardanian
 *  @date March 23, 2025
 */
#include "needleman_wunsch.cuh"