Ecosyste.ms: Packages

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

Top 1.9% on proxy.golang.org
Top 0.8% dependent packages on proxy.golang.org
Top 1.1% dependent repos on proxy.golang.org
Top 3.8% forks on proxy.golang.org
Top 0.4% docker downloads on proxy.golang.org

proxy.golang.org : github.com/MauriceGit/skiplist

Package skiplist is an implementation of a skiplist to store elements in increasing order. It allows finding, insertion and deletion operations in approximately O(n log(n)). Additionally, there are methods for retrieving the next and previous element as well as changing the actual value without the need for re-insertion (as long as the key stays the same!) Skiplist is a fast alternative to a balanced tree.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21maurice%21git/skiplist
Keywords: data-structures, go, golang, golang-library, skiplist
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/MauriceGit
Dependent packages: 32
Dependent repositories: 23
Stars: 247 on GitHub
Forks: 38 on GitHub
Docker dependents: 20
Docker downloads: 11,933,329
See more repository details: repos.ecosyste.ms
Last synced: 7 days ago

    Loading...
    Readme
    Loading...