/MVCC

Consists concurrent MVCC implementations of Linked List and HashMap

Primary LanguageGo

MVCC

Single Linkedlist - has increasing versions. tail is the latest version

hashmap - built on top of single linked list. keys are indexed into array of SLL.