maki
maki copied to clipboard
[beta] persistent memoization of computations, e.g. for repeatable tests and benchmarks
Hi, Here's a rough implementation of what we discussed in #7. What do you think?
It would be nice to remove the dependency to Lwt_unix so that we can use this library in a browser, too! Here's a (terrible) [proof of concept](https://github.com/ghuysmans/maki/tree/web-friendly) ;)
useful to have blocking and non-blocking modes
Should be possible to store a tag associated to a toplevel computation. For instance, after switching to some git version of the program, and running the program on a list...