Anirudh Sunder Raj 4th year Dual Degree, Dept of CSE, IITM

Irmin-containers : An introduction

Irmin-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.