Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 486 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 486 Bytes

syncmap

This repository contains the code for my articles, Sync Map, Reconstructed and its eventual sequel. It is heavily inspired by the implementation of sync.Map in the Go standard library.

The "final product" for the first article is v0.1.0.

Feel free to use this code, although it is worse.