ipfs-rust / blake-streams

Fast authenticated replicated streams
5 stars 1 forks source link

improve syncing of unaligned streams #11

Open dvc94ch opened 2 years ago

dvc94ch commented 2 years ago

streams are synced most efficiently when they are 1024 byte aligned. currently we sync an unaligned segment at the start and at the end. these should be coalesced into the first/last fully aligned segment.