Skip to content

yanelox/lfu_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lfu Cache

Realisation of LFU cache algorithm (read more about algorithm)

  • LFU - directory wirh main header LFU.h + main lib LFU.c
  • Hash_Map - directory with lib of hash-table (Hash_Map.c)
  • List - directory with lib of frequency list (List_Map.c)
  • Test - directory with some tests
  • main - directory with new_main.c file which is used for "Problem LC" contest

Some statistic

Filling cache with 10^6 pages

something

Filling cache with 10^7 pages

something

Graphic of relatiomship between count of pages with data and time of their adding

something

About

Final project (realisation of LFU cache algorithm)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages