• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H03-May-2022-546384

docs/H03-May-2022-1,077825

man/H03-May-2022-374306

sary/H03-May-2022-4,3893,119

src/H03-May-2022-3,6142,423

tests/H03-May-2022-1,028668

AUTHORSH A D11-Jun-200439 21

COPYINGH A D11-Jun-200425.8 KiB505418

ChangeLogH A D29-Mar-200533.4 KiB1,321771

INSTALLH A D28-Jan-20057.6 KiB183143

Makefile.amH A D11-Jun-2004451 207

Makefile.inH A D03-May-202213.4 KiB447355

NEWSH A D29-Mar-20052.4 KiB7553

READMEH A D11-Jun-20041 KiB3325

TODOH A D29-Mar-2005144 54

aclocal.m4H A D29-Mar-2005258.2 KiB7,3566,657

config.guessH A D29-Mar-200542.6 KiB1,4601,260

config.h.inH A D28-Jan-20051.8 KiB7449

config.subH A D29-Mar-200530.4 KiB1,5501,409

configureH A D29-Mar-2005678.4 KiB21,61117,544

configure.inH A D29-Mar-20052.2 KiB10484

install-shH A D28-Jan-20056.3 KiB270153

ltmain.shH A D29-Mar-2005179.5 KiB6,4265,057

missingH A D28-Jan-20056.3 KiB199159

mkinstalldirsH A D28-Jan-2005722 4123

sary.hH A D11-Jun-2004444 2219

sary.pc.inH A D11-Jun-2004224 119

sary.specH A D29-Mar-20051.5 KiB8164

sary.spec.inH A D11-Jun-20041.5 KiB8164

stamp-h.inH A D29-Mar-200510 21

README

1Sary - a set of a suffix array library and tools
2
3Sary is a suffix array library and tools. It provides fast
4full-text search facilities for text files on the order of
510 to 100 MB using a data structure called a suffix array.
6It can also search specific fields in a text file by
7assigning index points to those fields.  Sary is a free
8software under the terms of the GNU Lesser General Public
9License version 2. See the COPYING file for details.
10
11The latest version is available at:
12<http://sary.namazu.org/>
13
14Characteristics:
15
16  * Fast full-text search for huge text files.
17    - With suffix array.  `mmap' are used for performance.
18  * Flexible construction of suffix array.
19    - Indexer can be easily extended.
20  * Useful tools
21    - mksary: constructs suffix array.
22    - sary: performs full-text search using suffix array.
23  * Easy-to-understand source codes. (I hope so.)
24    - Written in C but OO fashion. Simple and compact.
25
26Requirements:
27
28  * GLib <http://developer.gnome.org/doc/API/glib/>
29    - Available at <ftp://ftp.gtk.org/pub/gtk/>
30
31--
32satoru@namazu.org
33