Skip to content

Least Recently Used cache (LRU cache) written in C.

Notifications You must be signed in to change notification settings

StuartsHome/lru_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRU cache

A LRU cache written in C

Intro

I wanted to learn C and the idea of creating an LRU Cache seemed like a reasonable project to learn the basics.
As it turned out, I also needed to implement a Hash Map for the Cache; I decided to create it in a separate repo and include it statically hashmap

About

Least Recently Used cache (LRU cache) written in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published