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/isgj/collection

collection implements generic data structures in GO. collection.Vec and collection.Map are the same as native `slice` and `map` but with some methods. collection.Set is a set of comparable values. It is implemented as a map where the values are an empty struct. collection.DLList is a doubly linked list which can be used as a stack or a queue. It has fast O(1) operations in both ends. collection.Iterator is a lazy generic iterator. It is not limited to the structures defined in this package.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/isgj/collection
Keywords: data-structures, go, golang, hacktoberfest, iterator, lazy-iterator
License: MIT
Latest release: about 2 years ago
First release: about 2 years ago
Namespace: github.com/isgj
Stars: 11 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...