# CASPaxos
12 min read
Linearizable databases without logs
Linearizable databases without logs
Some of you may know I've been spending whatever time I can scrounge together grinding away at a new serialization library for .NET. Serializers can be complicated beasts. They have to be reliable,…
Implementing a powerful object cloning library using IL generation.