sary/README.md

8 lines
279 B
Markdown
Raw Normal View History

2024-01-05 17:38:44 +01:00
# sary
Sary is a suffix array library and tools.
It provides fast full-text search facilities for text files
on the order of 10 to 100 MB using a data structure called a suffix array.
It can also search specific fields in a text file by assigning index points to those fields.