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

github.com/bsm/bst

Package bst is a fast and generic implementation of sets/maps using binary-search-trees in Go. Performance is optimised towards reads. Both, inserts and lookups are binary searches and therefore O(log n). Others tructures, such as b-trees and skiplists may be better suited if you are looking for a more balanced performance. Please see examples for more details on usage.

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20170330105928-75292596c71f
almost 9 years ago
Versions
1
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.

Filter
Filter by Kind
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/bsm/bst
spec
License MIT
Namespace github.com/bsm
First Release almost 9 years ago
Last Synced 5 days ago
Repository
Stars 1 on GitHub
Forks 1 on GitHub
Rankings on proxy.golang.org
Overall Top 8.2%