irmin icon indicating copy to clipboard operation
irmin copied to clipboard

Irmin is a distributed database that follows the same design principles as Git

Results 157 irmin issues
Sort by recently updated
recently updated
newest added

New tentative for #1989

type/performance
no-changelog-needed

The new GC feature needs to be documented in the CHANGELOG - and maybe with extra specs/documents added to the repo. There are various tradeoffs that need to be highlighted....

feature/layered-store
type/release

Running the `lib_context` benchmarks on the trace with the first 2 months of hanghzou (so what we use for the release benchmarks). The Gc is called every cycle (8100 blocks),...

type/performance
feature/layered-store
area/backend

@metanivek and I brainstormed areas of improvement for GC and the new IO --- ### Benchmark impact of GC on main process performances > `benchmark` > status: ongoing, @Ngoguey42 Bench...

This PR adds `irmin-server` and `irmin-client` packages in place of of `irmin-http` ## TODO - [x] Add copyright headers to new files - [ ] Decide between keeping optional subpackages...

The awkward order is not necessary anymore since irmin 1.4 and no such order exists in the wild.

type/performance
no-changelog-needed

Victor Allombert reported on slack: --- I have two machines running the GC. The first, a powerful one, succeeded it's last GC (in a few minutes). However, the second one,...

See https://github.com/mirage/irmin/pull/1973#discussion_r918002683 for context. In short, it would be useful to have some guidelines for choosing threshold values for `dict_auto_flush_threshold` and `suffix_auto_flush_threshold`.

type/doc

- Removes `irmin-http` since it no longer works with generic key stores - `irmin-graphql` should be the preferred method of interacting with a remote irmin store using high-level operations -...

This pull request aims to add a graphical ui tool to irmin for pack files. This tool comes into to 2 different binaries: - The first one, `irmin-parse` iterates a...