Documentation
¶
Overview ¶
Package datastructures is a parent package, see each sub-package for the implementations of various datastructures.
Directories
¶
Path | Synopsis |
---|---|
Package cache contains data structures that are useful to build caches.
|
Package cache contains data structures that are useful to build caches. |
container
|
|
heap
Package heap contains the implementation of a generic heap derived from the standard container/heap package.
|
Package heap contains the implementation of a generic heap derived from the standard container/heap package. |
list
Package list contains the implementation of a type-safe, doubly-linked list derived from the standard container/list package.
|
Package list contains the implementation of a type-safe, doubly-linked list derived from the standard container/list package. |
ring
Package ring implements type-safe operations on circular lists.
|
Package ring implements type-safe operations on circular lists. |
Package pagecache provides the implementation of a caching layer for files implementing the io.ReaderAt interface.
|
Package pagecache provides the implementation of a caching layer for files implementing the io.ReaderAt interface. |
Click to show internal directories.
Click to hide internal directories.