unisonweb / elm-browser

A Unison Github repo explorer in Elm
MIT License
34 stars 4 forks source link

LRU cache in local server #21

Closed mitchellwrosen closed 4 years ago

mitchellwrosen commented 4 years ago

This patch caches branches, types, etc. in memory in the haskell server, so it hits the filesystem much less often.