Irmin-containers : An introduction
13 Aug 2020Irmin-containers is a library of ready-to-use mergeable data structures implemented using Irmin. What are mergeable data structures? Mergeable data structures, in simple words, are data structures with concepts of git applied to them. Basically, data structures with version control. We can perform a lot of git-like operations like cloning, merging, etc. In this blog, I will briefly explain the different data structures implemented and how to use the Irmin-containers.