]> gitweb.factorcode.org Git - factor.git/history - extra/lru-cache/lru-cache.factor
Fixes #2966
[factor.git] / extra / lru-cache / lru-cache.factor
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemanfactor: trim more using lists.
2021-03-19 John Benediktssonlinked-assocs: rollback to old clone method.
2021-03-18 John Benediktssonlru-cache: adding lifo-cache.
2021-03-18 John Benediktssonlru-cache: adding fifo-cache.
2021-03-18 John Benediktssonlru-cache: initialize assoc with max-size.
2017-03-03 John Benediktssonlru-cache: fix M\ lru-cache clone.
2017-03-03 John Benediktssonlru-cache: adding a Least Recently Used (LRU) cache.