maidsafe / lru_time_cache

LRU cache settable via size or time to live
BSD 3-Clause "New" or "Revised" License
104 stars 46 forks source link

A more efficient entry implementation? #132

Open Mygod opened 4 years ago

Mygod commented 4 years ago

https://github.com/maidsafe/lru_time_cache/blob/a4c3fc8a346ceb11abd5f2c28d3cc9df0ae2bc16/src/lib.rs#L289

Currently it offers no benefits over simply invoking get/insert/remove etc.