stringzilla 5.0.4

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