datastructures

package module
v2.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 0 Imported by: 0

README

datastructures GoDoc

Libraries for generic Go data structures

Overview

This repository contains implementations of various data structures in Go.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL