Thread overview
[Issue 11644] EvictingStrategy.LRU for std.functional.memoize
Oct 06, 2014
Martin Nowak
Dec 17, 2022
Iain Buclaw
October 06, 2014
https://issues.dlang.org/show_bug.cgi?id=11644

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
This always bothered me, so here is a pull using cuckoo hashing with a fixed number of entries. https://github.com/D-Programming-Language/phobos/pull/2591

--
October 20, 2017
https://issues.dlang.org/show_bug.cgi?id=11644

alex.jercaianu@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.jercaianu@gmail.com
           Assignee|nobody@puremagic.com        |alex.jercaianu@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11644

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--