proxy.golang.org : github.com/lorenzosaino/go-orderedmap
Package orderedmap implements an ordered map using generics. An ordered map is a map whose values are ordered and all connected with a doubly-linked list. It provides O(1) lookup, update, removal, insertion to front/back, insertion before/after a specific key, move to front/back, move before/after a specific key. This implementation is not safe for concurrent usage. You may want to use a sync.RWLock to synchronize access to it if you intend to use it concurrently.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/lorenzosaino/go-orderedmap
Keywords:
go
, golang
, orderedmap
License: BSD-3-Clause
Latest release: over 2 years ago
First release: about 3 years ago
Namespace: github.com/lorenzosaino
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago