Categorygithub.com/graphikDB/generic
modulepackage
0.1.0
Repository: https://github.com/graphikdb/generic.git
Documentation: pkg.go.dev

# README

generic

GoDoc

zero dependency library for common datastructures

Datastructures

  • stack
  • queue
  • cache

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Cache is a general purpose, concurrency-safe, in-memory cache data-structure.
Closer closes a data-structure.
Len returns the length of a data-structure.
Queue is a general purpose, in-memory queue data-structure.
Stack is a general purpose, in-memory stack data-structure.