Skip to content

Efficient caching library for OCaml

License

Notifications You must be signed in to change notification settings

pascutto/cachecache

Repository files navigation

CacheCache

An efficient caching library for OCaml.

license

OCaml-CI Build Status GitHub release (latest by date) documentation

⚠️ Disclamer:: this library is still at preliminary stage, and not ready for public use. Interfaces and implementations are unstable.

About

CacheCache aims at providing an efficient (w.r.t. CPU usage, memory usage and allocations) caching library for OCaml. It currently implements the following caching strategies:

  • Lru: Least recently used. Least recently used items are discarded first when the cache is full.

Interfaces are annotated with formal specifications using the Gospel specification language.

About

Efficient caching library for OCaml

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages