https://github.com/v0idpwn/zlru
LRU cache implementation in Zig
https://github.com/v0idpwn/zlru
lru zig
Last synced: 7 days ago
JSON representation
LRU cache implementation in Zig
- Host: GitHub
- URL: https://github.com/v0idpwn/zlru
- Owner: v0idpwn
- Created: 2022-09-04T02:16:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T08:49:43.000Z (over 2 years ago)
- Last Synced: 2025-04-11T05:39:10.346Z (6 months ago)
- Topics: lru, zig
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# ZLRU
Zig implementation of a LRU cache.