blackmius Sun, 30 Jun 2024 03:30:25 -0700
* you can access chunks via tree not linearly, it might be simple binary tree or B+tree where chunks is leafs and intermediate nodes containing their offsets, then you perform chunk search logarithmically but it costs some additional space