Azure / azure-storage-fuse

A virtual file system adapter for Azure Blob storage
Other
658 stars 206 forks source link

Directory listing caching component #1458

Closed vibhansa-msft closed 1 month ago

vibhansa-msft commented 2 months ago

Add component to cache the directory entries. Helps in reducing REST calls when multiple threads are trying to list the same directory in parallel.