Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

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: about 1 year ago
First release: almost 2 years ago
Namespace: github.com/lorenzosaino
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago

    Loading...
    Readme
    Loading...