A blog on random software/coding topics…
Building a user-space, failover TCP implementation
Before I bore you with my life story (for the past week) and all the gory details, if you just want to check out the code, you can find it at https://github.
Hash tables, binary search, or... something else?
I’ve been working on a little project (read: distraction) in Go recently, and having observed btree lookup performance was a bottleneck, I decided to write a Radix Tree.