/* 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. | ||||
| Type | Name | Size | Last modified | Info |
|---|---|---|---|---|
| .. | - | 2022-11-05 16:54:45 | ||
| Makefile | 2.13K | 2004-05-18 08:00:00 | ||
| Makefile.NeXT | 2.97K | 2004-05-18 08:00:00 | ||
| Makefile.alpha | 3.01K | 2004-05-18 08:00:00 | ||
| Makefile.hp | 2.97K | 2004-05-18 08:00:00 | ||
| Makefile.in | 1.98K | 2004-05-18 08:00:00 | ||
| Makefile.linux | 3K | 2004-05-18 08:00:00 | ||
| Makefile.rs6000 | 2.96K | 2004-05-18 08:00:00 | ||
| Makefile.sgi | 3K | 2004-05-18 08:00:00 | ||
| Makefile.solaris | 3K | 2004-05-18 08:00:00 | ||
| Makefile.sunos | 3.01K | 2004-05-18 08:00:00 | ||
| README | 808B | 2004-05-18 08:00:00 | ||
| cast.c | 22.27K | 2004-05-18 08:00:00 | ||
| compress.chronicle | 133B | 2004-05-18 08:00:00 | ||
| defs.h | 7.93K | 2004-05-18 08:00:00 | ||
| hash.c | 16.72K | 2004-05-18 08:00:00 | ||
| main_cast.c | 3.93K | 2004-05-18 08:00:00 | ||
| main_tbuild.c | 1.63K | 2004-05-18 08:00:00 | ||
| main_uncast.c | 4.23K | 2004-05-18 08:00:00 | ||
| misc.c | 9.96K | 2004-05-18 08:00:00 | ||
| quick.c | 7.56K | 2004-05-18 08:00:00 | ||
| string.c | 7.42K | 2004-05-18 08:00:00 | ||
| tbuild.c | 9.32K | 2004-05-18 08:00:00 | ||
| test.c | 906B | 2004-05-18 08:00:00 | ||
| tmemlook.c | 1.35K | 2004-05-18 08:00:00 | ||
| trecursive.c | 2.22K | 2004-05-18 08:00:00 | ||
| tsimpletest.c | 2.3K | 2004-05-18 08:00:00 | ||
| uncast.c | 18.77K | 2004-05-18 08:00:00 | ||