You probably want to check CaskDB
Internet is wholesome: MVCC edition
- Attempting to write a lockless linked list. Check package lockless
- I have avoided generics to keep things very simple. Downside is, the value always has to be a
inttype. - The code is a mess. I wanted to write this as quickly as possible, so very less thought is given for maintainability. Thats why you see node, row, row version etc interchanged.
A go implementation of Hekaton MVCC based on the paper High-Performance Concurrency Control Mechanisms for Main-Memory Databases.