stringzilla 3.1.0

Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "targets": [
        {
            "target_name": "stringzilla",
            "sources": ["javascript/lib.c"],
            "include_dirs": ["include"],
            "cflags": [
                "-std=c99",
                "-Wno-unknown-pragmas",
                "-Wno-maybe-uninitialized",
                "-Wno-cast-function-type",
                "-Wno-unused-function",
            ],
        }
    ]
}