A map using a lock-free concurrency using left-right algo, written in Go

Add link to prior work (Rust) in README

authored by

Johannes Kohnen and committed by joh.dev e23bddde e8255744

+2
+2
README.md
··· 1 1 # Left-Right Map 2 2 3 3 This is experimental code and work in progress. 4 + 5 + Inspired by Jon Gjengset's [left-right](https://github.com/jonhoo/left-right).