A byte array that be quickly prefixed/suffixed/cloned with little cost. The Self::consolidated
method returns its full content which triggers the final concatenation once. This is useful for
zero-copy key prefixing.
This store will buffer all the atomic writes made by atomic_write, until the invocation of
commit. This creates a tranasprent layer to defer/aggregate the writes into a coarser atomic commit.