https://github.com/theantichris/dictionary
An implementation of a thread-safe dictionary written in Go.
https://github.com/theantichris/dictionary
dict dictionary go golang map thread-safe thread-safety
Last synced: 3 months ago
JSON representation
An implementation of a thread-safe dictionary written in Go.
- Host: GitHub
- URL: https://github.com/theantichris/dictionary
- Owner: theantichris
- License: mit
- Created: 2020-09-15T17:32:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-15T18:37:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T12:32:06.672Z (5 months ago)
- Topics: dict, dictionary, go, golang, map, thread-safe, thread-safety
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thread-safe-dictionary

An implementation of a thread-safe dictionary written in Go.