Thomas Gazagnaire

Results 226 comments of Thomas Gazagnaire

An idea would be to pass an accumulator to the merge function. Not totally sure how to expose this though. Could be part of a larger context, where you'd want...

Let's keep that one open until we got a better prototype (/cc @Ngoguey42 (

That might be useful to verify the assumption that Tezos should read very rarely in the prefix - but not a blocker for the initial release.

I think patience_diff.ml should be enough, though.

I've created https://github.com/samoht/ocaml-patience which depends only on core_kernel

Thanks! Yes, you can replace my temporary package, I'll update the Irminsule package.

See also https://github.com/gjaldon/simple-diff

I think it would be nice to provide a`--static=true|false` (where default would be true but not on MacOS) flag for this use-case.

From @icristescu and @metanivek discussion earlier today, a possible plan for crash consistency: - call fsync after snapshot import; - call fsync at the end of the gc, in the...