Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
object: fix read range over chunks (#61)
When reading small ranges this could lead to an error in the read_at stitch-cross-chunk-ranges-together code. Also improves overall efficiency as the previous fix (reading chunks + 1) could introduce at least 4MiB read amplification.
- Loading branch information