Skip to content

Least Recently Used Cache implementation in Swift

Notifications You must be signed in to change notification settings

shingohry/LRUCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRUCache

  • Least Recently Used Cache implementation in Swift

Development environment

  • macOS Catalina 10.15.4
  • Xcode Version 11.6 (11E708)

Project structure

  • LRUCache
    • LRUCache
      • Demo: code for demo app
      • Cache: code for LRUCache
    • LRUCacheTests: code for unit tests

How to use demo app

  • Open LRUCache.xcodeproj and press command + R

How to run unit tests

  • Open LRUCache.xcodeproj and press command + U

References

About

Least Recently Used Cache implementation in Swift

Topics

Resources

Stars

Watchers

Forks

Languages