Skip to content

Releases: buildbarn/go-cdc

v0.0.7

18 Feb 13:45

Choose a tag to compare

RepMaxCDC: No longer store hashes for each of the potential cutting points. It seems we only need to store the current hash value and that at the last potential cutting point. This reduces the space used by bookkeeping.

v0.0.6

10 Feb 08:14

Choose a tag to compare

RepMaxCDC: Allocate space up front, so that the algorithm (almost) never needs to allocate any memory while chunking.

v0.0.5

09 Feb 09:10

Choose a tag to compare

Rewrite the optimized RepMaxCDC implementation to be easier to understand.

v0.0.4

07 Feb 20:14

Choose a tag to compare

Introduced a Peeker interface, which all implementations of ContentDefinedChunker now use to access data.

v0.0.3

06 Feb 13:51

Choose a tag to compare

Address causing RecMaxContentDefinedChunker to give results that are inconsistent with SimpleRecMaxContentDefinedChunker.

v0.0.2

05 Feb 04:26

Choose a tag to compare

Add the RepMaxCDC algorithm.

v0.0.1

03 Feb 18:24

Choose a tag to compare

Initial release.