Preliminary implementation of an int array compressor.

* src/misc/intvcomp.hh: New file.
* src/misc/Makefile.am: Add it.
* src/tgbatest/intvcomp.cc, src/tgbatest/intvcomp.test: New files.
* src/tgbatest/Makefile.am: Add them.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-07 19:39:20 +02:00
parent 9ad062b247
commit bc1275455c
6 changed files with 584 additions and 0 deletions

View file

@ -37,6 +37,7 @@ misc_HEADERS = \
freelist.hh \
hash.hh \
hashfunc.hh \
intvcomp.hh \
ltstr.hh \
minato.hh \
memusage.hh \