summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-cfgs.h
AgeCommit message (Collapse)Author
2007-11-11Compile with g++ 3.4.4 and add C++ checksum_test.ccjosh.macdonald
2007-11-07A few optimizations: -1 (fastest) is faster than before. -fno-builtinjosh.macdonald
makes a difference. New implementation of xd3_forward_match() is written and tested, but not enabled, needs a little more benchmarking.
2007-10-30Update FASTEST config based on 50-round test.josh.macdonald
2007-10-29Add a new COMPLEVEL_1, previous -1 becomes -2.josh.macdonald
2007-10-29Add a new fastest, fastest->faster (-2)josh.macdonald
2007-02-18remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZEjosh.macdonald
2007-02-11Fixes bugs in XDELTA environment variable.josh.macdonald
Removes stream.srcwin_size variable, uses stream.src->blksize instead, to address performance regression from xdelta1. Changes the order of checksum computation to be like xdelta1, insert checksums in reverse to give preference to earlier matches. Removes svn:executable from files.
2007-02-07Update FASTEST, DEFAULT compression level. Comments.josh.macdonald
2007-02-05Add a .swig for python, working on xd3_encode_mememory() and josh.macdonald
xd3_decode_memory(). Not working. Progress on scoring in xdelta3-regtest.py. Update FAST encoder w/ results of 9,11,13,16-llook experiments.
2007-02-04Adds a new compression level (-6), makes -1 faster and -9 better.josh.macdonald
2007-02-01Fixes build on Cygwin, some work on -regtest.pyjosh.macdonald
2007-01-21Update configs, comments, etc.dotdotisdead
2007-01-13Edit xdelta3-cfgs, not exactly scientific tuning but much better for dotdotisdead
now.
2006-09-24Cleanups involving xd3_smatcher and soft-config variables. Adds -M memsizedotdotisdead
to allocate larger/smaller source-checksum hash table.
2006-08-27Source snapshot... broken.dotdotisdead