datastructures

package module
v2.8.2 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 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
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.
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