mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
0da79ed4bf
This patch adds the block based dirent lookup support to pkg/erofs, which will do the dirent lookup by doing binary search on disk data directly. This is helpful for searching files in large directories and also reduces the memory overhead. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>