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:
parent
9ad062b247
commit
bc1275455c
6 changed files with 584 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ misc_HEADERS = \
|
|||
freelist.hh \
|
||||
hash.hh \
|
||||
hashfunc.hh \
|
||||
intvcomp.hh \
|
||||
ltstr.hh \
|
||||
minato.hh \
|
||||
memusage.hh \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue