HomeSoftware Heritage

fuse: add cache on directories entries

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

fuse: add cache on directories entries

Closes T2695.

The readdir() endpoint is now O(N) instead of O(N²) since we do not go
through all entries every time, but only those after the readdir()
offset.

Details

Commit No Longer Exists

This commit no longer exists in the repository.