Skip to content

Package syncmap implements a concurrent read-mostly map, much like sync.Map.

License

Notifications You must be signed in to change notification settings

zephyrtronium/syncmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Package syncmap implements a concurrent read-mostly map, much like sync.Map.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages