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
8
// Only the C API umbrella is exposed as a Clang module. The C++ headers
// (similarities.hpp / fingerprints.hpp) pull in heavy templated dependencies
// (forkunion, <chrono>, <atomic>) that don't build cleanly as Clang modules
// against current libstdc++, so they stay textual includes.
module StringZillasC {
    header "stringzillas.h"
    export *
}