You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From performance gains for large files, I think it would be better to do a binary search on the array of ExtentIndexNode since it is sorted. This library currently does a linear search. Linux kernel does a binary search too (see ext4_ext_binsearch_idx in fs/ext4/extents.c).