lrucache11 icon indicating copy to clipboard operation
lrucache11 copied to clipboard

Move value on insert

Open dermojo opened this issue 6 years ago • 2 comments

Hi. I was testing the performance on a few LRU cache implementations and noticed that there are a few unnecessary copies. I'll create a pull request to move keys/values where possible.

dermojo avatar Jul 09 '18 19:07 dermojo

Also, KeyValuePair can take constructor parameters by value and move them.

dermojo avatar Jul 09 '18 19:07 dermojo

@mohaps Any chance to merge this PR?

dermojo avatar Feb 14 '19 11:02 dermojo