blob: 16e1b402fd3eda0c13feecf4c33f27e96cd028a6 (
plain)
1
2
3
4
5
6
7
|
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.
Author: Satoru Takabayashi <satoru@namazu.org>
WWW: http://sary.namazu.org/index.html.en
|