Fast CASPaxos
Fast Paxos-style fast rounds for a rewritable register
Notes on distributed systems, .NET, and software.
Fast Paxos-style fast rounds for a rewritable register
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, flexible, and fast beyond reproach. I won't convince you that serialization libraries have to be quick — in this post, that's a given. These are some tips from my experience in optimizing Hagar's…
Implementing a powerful object cloning library using IL generation.
A brief overview of code generation APIs in .NET
Here goes nothing! This blog is built with Dave Glick's Wyam static site generator and deployed from a git repo in Visual Studio Online to GitHub Pages. Here's how to set up something similar.