JakeWharton / DiskLruCache

Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
http://jakewharton.github.io/DiskLruCache
Apache License 2.0
5.79k stars 1.18k forks source link

[Question] Where is the performence report of DiskLruCache? #91

Closed wu-sheng closed 8 years ago

wu-sheng commented 8 years ago

The performence report of DiskLruCache in JVM(linux) and android?

JakeWharton commented 8 years ago

There is not one, and we have no plans to make one. Performance will vary based on how the library is used and ultimately the speed of the disk will be the limiting factor.