summary refs log tree commit diff
path: root/ripple/fossil/src/chunker
AgeCommit message (Expand)Author
2022-06-12ripple/fossil/chunker: use hex_literal rather than hex escapesedef
2022-05-03ripple/fossil/chunker: clean up SAFETY commentsedef
2022-05-02ripple/fossil/chunker: iterate smarteredef
2022-05-02ripple/fossil/chunker: use const computation for DISCRIMINATORedef
2022-05-02ripple/fossil/chunker: remove hasher initialisation bounds checkedef
2022-05-02ripple/fossil/chunker: factor out Chunker::cutedef
2022-05-02ripple/fossil/chunker: eliminate indexing and bounds checksedef
2022-05-02ripple/fossil/chunker: hardcode the discriminatoredef
2022-05-01ripple/fossil/chunker: DRY out super::* from the testsedef
2022-05-01ripple/fossil/chunker: DRY out WINDOW_SIZEedef
2022-05-01ripple/fossil/chunker: simplify and test Chunker::size_hintedef
2022-05-01ripple/fossil/chunker: remove Rolling::try_from_sliceedef
2022-05-01ripple/fossil/chunker: test early cutoff for <= MIN_CHUNK_SIZEedef
2022-05-01ripple/fossil/chunker: drop unused derivesedef
2022-05-01ripple/fossil/chunker: clarify MAX_CHUNK_SIZE testedef
2022-05-01ripple/fossil/chunker: handle and test boundary condition correctnessedef
2022-05-01ripple/fossil/chunker: use b-strings for test dataedef
2022-04-28ripple/fossil: deduplicate using content-defined chunkingedef