STXLFUCache 0.1.2

STXLFUCache 0.1.2

Maintained by SteinX.



  • By
  • SteinX

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, [email protected]

License

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