Description
I'm interested in implementing a module for performing git-like operations in Cassandra. Specifically, I'm writing a module that can be passed to functor Irmin_git.Content_addressable, in order to maintain a content-addressable store on Cassandra.
Specific questions
- What exactly is a buffer, and how are we using it?
- What is a PACK stream/What does the
Pack module do?