servo / uluru

A simple, fast, LRU cache implementation.
Mozilla Public License 2.0
190 stars 20 forks source link

Add a `find` method that returns the matching item by reference #7

Closed mbrubeck closed 6 years ago

mbrubeck commented 6 years ago

This can't easily be built on top of lookup because its closure can't express the necessary lifetime.