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

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.

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).