https://github.com/audriusbutkevicius/lfufdcache
A LFU file descriptor cache
https://github.com/audriusbutkevicius/lfufdcache
Last synced: 3 months ago
JSON representation
A LFU file descriptor cache
- Host: GitHub
- URL: https://github.com/audriusbutkevicius/lfufdcache
- Owner: AudriusButkevicius
- License: mit
- Created: 2014-11-09T19:19:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T02:15:00.000Z (over 10 years ago)
- Last Synced: 2025-01-22T18:27:37.741Z (5 months ago)
- Language: Go
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lfufdcache
==========A LFU file descriptor cache for concurrrent ReadAt calls.