Ecosyste.ms: Packages

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

Top 9.0% on proxy.golang.org

proxy.golang.org : github.com/OlexiyKhokhlov/avltree/v2

Package avltree provides associative container that store elements formed by a combination of a key value and a mapped value, following a specific order. In a AVLTree, the key values are generally used to sort and uniquely identify the elements, while the mapped values store the content associated to this key. The types of key and mapped value may differ. Internally, the elements in a AVLTree are always sorted by its key following a specific strict weak ordering criterion indicated by its internal comparison object (of type Comparator). AVLTree containers are generally slower than go map container to access individual elements by their key, but they allow the direct iteration on subsets based on their order.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21olexiy%21khokhlov/avltree/v2
Keywords: avl, avl-tree, avl-tree-code, avl-tree-implementations, avltrees, binary-search-tree, generic, go, go-generics, go118, golang, non-recursive, sorted, sorted-map, sorted-sets, tree, tree-structure
License: MIT
Latest release: about 2 years ago
First release: about 2 years ago
Namespace: github.com/OlexiyKhokhlov/avltree
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...