Skip to content

Small implementation of an LRU cache written in C

Notifications You must be signed in to change notification settings

dani3/lru-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRU Cache

test build

Small implementation of an LRU cache written in C.

What is an LRU Cache

A Least Recently Used (LRU) Cache organizes items in order of use, allowing you to quickly identify which item hasn't been used for the longest amount of time.

About

Small implementation of an LRU cache written in C

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages