summaryrefslogtreecommitdiff
path: root/src/lru_cache.sml
Commit message (Expand)AuthorAge
* Simplify C interface.Gravatar Ziv Scully2015-11-12
* Rewrite LRU cache. Now uses one big hash table and is less buggy.Gravatar Ziv Scully2015-11-11
* Hard-code Sqlcache module (in Ur/Web) as effectful and reorder sqlcache.sml.Gravatar Ziv Scully2015-10-14
* Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooif...Gravatar Ziv Scully2015-10-07
* Fix bug where pure caching didn't treat FFI applications as effectful.Gravatar Ziv Scully2015-09-27
* Start work on pure expression caching.Gravatar Ziv Scully2015-09-13
* Rename C functions and remove functors nested inside modules.Gravatar Ziv Scully2015-07-19
* Progress on LRU cache but still more known bugs to fix.Gravatar Ziv Scully2015-06-28