Nuke 4.0-beta2
Pre-release
Pre-release
- Use custom LRU memory cache instead of
NSCache
which is not LRU, and which is a bit slower, because you have to wrap keys (which are structs) into objects. - Fix memory leak in
Deduplicator