A | |
| AO [Irmin_chunk] | AO(X) is an append-only store which store values cut into chunks
into the underlying store X.
|
| AO_stable [Irmin_chunk] | AO_stable(L)(X) is similar to AO(X) but is ensures that the
return keys are similar as if they were stored directly in X, so
that the fact that blobs are cut into chunks is an implementation
detail.
|
I | |
| Irmin_chunk |
Managing Chunks.
|