Skip to content

bodagovsky/LFUcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFUcache

LFU cache implementation O(1)

How to use:

  1. Clone repository
  2. cargo run
  3. create [capacity] to init storage
  4. insert [key] [value] to insert values
  5. get [key] to extract value by key
  6. clear to clear the cache
  7. show to look at it
  8. exit to close

You can read about what is LFU cache here

About

LFU cache implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages