Why I'm Building a Database Engine in C#
When I tell people I'm building an ACID database engine in C#, the first reaction is always the same: "But what about GC pauses?"
It's a fair question. Nobody builds high-performance database engines in .NET. The assumption is that you need C, C++, o...
nockawa.hashnode.dev11 min read