https://github.com/m-murad/ordered-sync-map
A gorutine safe ordered map implemented in Go using Generics.
https://github.com/m-murad/ordered-sync-map
concurency concurrent concurrent-hashmap concurrent-map generic generics go-map golang-map goroutine-safe gorutines hash-map hashmap linkedhashmap map ordered-map thread-safe-map threadsafe
Last synced: 4 months ago
JSON representation
A gorutine safe ordered map implemented in Go using Generics.
- Host: GitHub
- URL: https://github.com/m-murad/ordered-sync-map
- Owner: m-murad
- License: apache-2.0
- Created: 2020-07-22T10:59:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T16:52:15.000Z (about 2 years ago)
- Last Synced: 2023-07-27T22:22:40.923Z (almost 2 years ago)
- Topics: concurency, concurrent, concurrent-hashmap, concurrent-map, generic, generics, go-map, golang-map, goroutine-safe, gorutines, hash-map, hashmap, linkedhashmap, map, ordered-map, thread-safe-map, threadsafe
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## ordered-sync-map
ordered-sync-map is a package that implements a goroutine-safe ordered map.
### usage
Chek the documentation [here](https://pkg.go.dev/github.com/m-murad/ordered-sync-map).