summaryrefslogtreecommitdiff
path: root/xdelta3/examples
AgeCommit message (Collapse)Author
2007-12-14Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix josh.macdonald
test failure on Xscale/ARM platform.
2007-12-02Working on the test failure in dbeug mode, partial recode test written.josh.macdonald
2007-11-26The rabin-karp checksum looks better in testing but doesn't reallyjosh.macdonald
seem to improve things in practice. Removed HASH_PRIME.
2007-11-15Get uniqueness and fullness metrics working, add compaction parameter forjosh.macdonald
hash-table size bias.
2007-11-13Learned a lot about Rabin-Karp performance.josh.macdonald
2007-11-13(no commit message)josh.macdonald
2007-11-11Compile with g++ 3.4.4 and add C++ checksum_test.ccjosh.macdonald
2007-11-07Adds compare_test for benchmarking xd3_forward_match, the optimizedjosh.macdonald
version is not yet enabled in xdelta3.c
2007-10-29Add a new COMPLEVEL_1, previous -1 becomes -2.josh.macdonald
2007-10-28New xd3_blksize_div() function used everywhere to avoid __umoddi3josh.macdonald
2007-10-28Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit).josh.macdonald
More 80col reformatting.
2007-10-28Reformat >80col lines. 32-bit build/test fixes.josh.macdonald
2007-10-27Cleanups on cygwin.josh.macdonald
2007-10-27Fixes for linux build.josh.macdonald
2007-10-21New speed tes.tjosh.macdonald
2007-09-24Add example by Ralf Junker, who has given me permission to distribute.josh.macdonald
2007-02-18remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZEjosh.macdonald
2007-02-14fix two alloc checks in djw.hjosh.macdonald
fix setting of stream->iopt_size fix small_page_test.c
2007-02-14set opaquejosh.macdonald
2007-02-14add small_page_test.c, currently failsjosh.macdonald