Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 111 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 111 Bytes

a simple in memory LRU cache implementation in C

TODO:

  • cleanup
  • docs
  • thread-safety
  • statistic tracking