]> gitweb.factorcode.org Git - factor.git/history - extra/lru-cache/lru-cache-tests.factor
regexp: don't use execute so the generated code is easier to read
[factor.git] / extra / lru-cache / lru-cache-tests.factor
2021-03-18 John Benediktssonlru-cache: adding lifo-cache.
2021-03-18 John Benediktssonlru-cache: adding fifo-cache.
2017-03-03 John Benediktssonlru-cache: adding a Least Recently Used (LRU) cache.