Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

LRU Cache Practice Example

This is a simple LRU cache using a linked hash map (dictionary) and doubly linked list written in Python 3.

Right now the LRUCache can not be persisted. A simple solution could be built using shelves - which would pickle the cache object and store it in a db file. A better solution would be to use some form of memory cache.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages