Skip to content

A simple LFU memory cache with constant time complexity for elementary operations

License

Notifications You must be signed in to change notification settings

SteinX/STXLFUCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STXLFUCache

CI Status Version License Platform

STXLFUCache is a basic LFU memory cache of which the time complexity of all elementary operations are O(1). Thanks to all the authors of this excellent paper to make this happen.

Installation

STXLFUCache is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'STXLFUCache'

Usage

You can use it as the basic NSCache, the interfaces are self-explanatory

Author

SteinX, steinxia@gmail.com

License

STXLFUCache is available under the MIT license. See the LICENSE file for more info.

About

A simple LFU memory cache with constant time complexity for elementary operations

Resources

License

Stars

Watchers

Forks

Packages

No packages published