Skip to content

gsoundar/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cache

A caching library that is multi-thread safe in C.

The cache library:

  • Implements the Clock replacement policy
  • Allocates all memory needed at cache start
  • Supports different configurations by overriding different helper functions
  • Supports cache partitions (including resizing)

About

A caching library that is multi-thread safe in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages