Organisationsmirageirmin

irmin

https://github.com/mirage/irmin
Refs Branches (6)
Move to eio
Fix duplicate pin-depends (#2395)
f3d71b
#2363
Energy consumption benchmarks
Fix deprecated QCheck functions in test_lru.ml Replace deprecated QCheck.Gen functions: - frequency -> oneof_weighted - small_int -> nat_small Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
f30e3e
#2379
Inline small contents in nodes
Formatting
57ba56
#2390
Fix qcheck-alcotest dependency in irmin-test.opam
Update irmin-test.opam Co-authored-by: zach <zachshipko@gmail.com>
78ea25
#2393
Multicore safety protect shared mutable state with mutexes and atomics
Improve watch.ml comments and error message Replace "Not sure this is right" with a description of what stream_iter does and its limitation (None is ignored). Replace "Big Yikes" failwith with an actionable error message. Replace "terrible hack" doc with an explanation of why the global switch exists and what the proper fix would be. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f89186
#2397
Inline small contents in nodes (cleaned up)
Fix irmin-client and irmin-server for Node type changes - Add inline_contents_max_bytes to client Repo (returns 0) - Simplify Node.merge type in client (key instead of key * key list) - Simplify node_with_inlined type alias in server (key instead of key * key list) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7d0e70
#2400