aboutsummaryrefslogtreecommitdiff
path: root/delta.go
AgeCommit message (Collapse)Author
2021-09-13fix loadChunks by using cache instead of reading filen-peugnet
This way there is only one place where we read chunks and where the read/write wrapper is used. This also allows to remove LoadedChunk as it is not used anymore.
2021-09-01Prepare for delta encodingn-peugnet