Skip to content

someonegg/gocontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocontainer

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.

Documentation

Installation

Install gocontainer using the "go get" command:

go get github.com/someonegg/gocontainer

About

gocontainer contains several optimized container implementations.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages