mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 02:59:44 -06:00
this point the compoundBlob only contains blob leafs but a future change will create multiple tiers. Both these implement the new Blob interface. The splitting is done by using a rolling hash over the last 64 bytes, when that hash ends with 13 consecutive ones we split the data. Issue #17