maki icon indicating copy to clipboard operation
maki copied to clipboard

[beta] persistent memoization of computations, e.g. for repeatable tests and benchmarks

Results 6 maki issues
Sort by recently updated
recently updated
newest added

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

- [ ] add small tutorial in readme - [ ] streamline ocamldoc

enhancement

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...

todo