ipfs-rust/blake-streams

improve syncing of unaligned streams

dvc94ch opened this issue · 0 comments

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.