Skip to content

untoreh/lrudbx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

An LRU cache sitting on top of mdbx.

NOTES

  • It lacks generics, works only with strings.
  • There are no checks for reserved keys, should be added.
  • It is slow because of the serialization, it could be avoided by using another collection for the linked list indexing, but the hooks lack the context to use them for this purpose.

About

A very slow LRU cache on MDBX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages