An open API service indexing awesome lists of open source software.

https://github.com/deckarep/sync-map-analysis

Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.
https://github.com/deckarep/sync-map-analysis

Last synced: 11 months ago
JSON representation

Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.

Awesome Lists containing this project

README

          

# sync-map-analysis
Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.