[Issue 11644] EvictingStrategy.LRU for std.functional.memoize
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Oct 6 14:11:21 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=11644
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
CC| |code at dawg.eu
--- Comment #2 from Martin Nowak <code at 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
--
More information about the Digitalmars-d-bugs
mailing list