saidatta / MVCC

Consists concurrent MVCC implementations of Linked List and HashMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Consists concurrent MVCC implementations of Linked List and HashMap


Languages

Language:Go 100.0%