Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
1.0.3

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.

2001-01-30 15:13
1.0.2

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.

2001-01-30 15:13
1.0.1

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

2001-01-30 15:13
1.0.0

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

2001-01-30 15:13
0.1.4

Case-insensitive searching is now supported.

Project Resources