* 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 

Reply via email to