Index of /SGI/ftp.nekochan.net-mirrors/freeware.sgi.com/source/glimpse-3.0/compress/

/* Copyright (c) 1994 Burra Gopal, Udi Manber.  All Rights Reserved. */

This directory contains the source code for the new text-compression
algorithm. The source is divided as follows:

1. main_comp.c, tcomp.c: source code for tcomp (compress algorithm).
	This also uses simpletest.c and memlook.c from ../index.

2. main_uncomp.c, tuncomp.c: source code for tuncomp (uncompress algorithm).

3. read_in.c: generates build, the procedure which builds the dictionary
	to be used by tuncomp and the hash_table used by tcomp. It uses
	and interprets the output of the indexing-algorithm present
	in ../index, the software is glimpseindex (a part of glimpse).

4. hash.c: common routines used by tcomp and build.

5. string.c: common routines used by tuncomp and build.

6. misc.c, defs.h: common to all above.
TypeNameSizeLast modifiedInfo
..-2022-11-05 16:54:45
Makefile2.13K2004-05-18 08:00:00
Makefile.NeXT2.97K2004-05-18 08:00:00
Makefile.alpha3.01K2004-05-18 08:00:00
Makefile.hp2.97K2004-05-18 08:00:00
Makefile.in1.98K2004-05-18 08:00:00
Makefile.linux3K2004-05-18 08:00:00
Makefile.rs60002.96K2004-05-18 08:00:00
Makefile.sgi3K2004-05-18 08:00:00
Makefile.solaris3K2004-05-18 08:00:00
Makefile.sunos3.01K2004-05-18 08:00:00
README808B2004-05-18 08:00:00
cast.c22.27K2004-05-18 08:00:00
compress.chronicle133B2004-05-18 08:00:00
defs.h7.93K2004-05-18 08:00:00
hash.c16.72K2004-05-18 08:00:00
main_cast.c3.93K2004-05-18 08:00:00
main_tbuild.c1.63K2004-05-18 08:00:00
main_uncast.c4.23K2004-05-18 08:00:00
misc.c9.96K2004-05-18 08:00:00
quick.c7.56K2004-05-18 08:00:00
string.c7.42K2004-05-18 08:00:00
tbuild.c9.32K2004-05-18 08:00:00
test.c906B2004-05-18 08:00:00
tmemlook.c1.35K2004-05-18 08:00:00
trecursive.c2.22K2004-05-18 08:00:00
tsimpletest.c2.3K2004-05-18 08:00:00
uncast.c18.77K2004-05-18 08:00:00