Bloblin is pretty neat, it streams deltas to disk really fast! So fast that the storage backend is no longer the bottleneck.
We already have fairly efficient serialization that's smart and only serializes the deltas of the objects that changed. Bloblin makes things much better by streaming update by update individually to an open file in a directory for that store, compacting and garbage collecting writing into new files occasionally.