6 ms·
Why not search the FM-indexes directly? It is faster than the n-gram search and you can use the exact full text of the needle.
by lazamar 1y ago
Why not search the FM-indexes directly? It is faster than the n-gram search and you can use the exact full text of the needle.
- bob1029 1y agoIf you have millions of them, searching all every time could become a problem.