Baked Substring Index baked-substring-index is a small Java library for exact substring search over data that is built once and queried many times. Callers add key/value pairs to a builder, build the ...
baked-suffix-array-index is a small Java library for exact substring search over data that is built once and queried many times. Callers add key/value pairs to a builder, build the index, and then ...