Ianleeclark / Olivia

Go: A distributed, in-memory key-value storage.
MIT License
94 stars 7 forks source link

Make the underlying map thread-safe #54

Closed Ianleeclark closed 8 years ago

Ianleeclark commented 8 years ago

There's probably libraries for concurrent/atomic maps somewhere. If I want to keep with the entirely hand-written, then I can roll my own, I guess