gocontainer contains several optimized container implementations.
- Package databox defines the DataBox type, which can be used to store data to reduce the number of references and memory fragmentation.
- Package skiplist implements a skip list.
- Package uskiplist implements generic skiplists using unusual operations to minimize memory and references.
Install gocontainer using the "go get" command:
go get github.com/someonegg/gocontainer