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.
| Tags | Text Processing Indexing Utilities Software Development Libraries |
|---|---|
| Licenses | LGPL |
Recent releases


Changes: Multi-threaded block sorting has been implemented. Try the -t option with mksary if your machine has two or more CPUs. Memory leaks in the library have been fixed. The header file has been fixed.


Changes: Peroformance of suffix array construction has been improved. Construction time is reduced by 40%. Memory-saving block sorting has been implemented. A progress bar has been added to mksary.


Changes: Locale support has been added. Case-insensitive searches can now be performed for European languages. A header files bug has been fixed.


Changes: Search performance has been doubled. A cache engine has been implemented. Several bugs have been fixed.


Changes: Case-insensitive searching is now supported.