hummingbird

package module
v0.0.0-...-e9e3673 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: MIT Imports: 5 Imported by: 0

README

hummingbird

Toy implementation of the dragonfly's Dashtable

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Map

type Map[K comparable, V any] struct {
	// contains filtered or unexported fields
}

func NewMap

func NewMap[K comparable, V any](noOfThreads, maxNoOfItems uint64) *Map[K, V]

func (*Map[K, V]) Get

func (m *Map[K, V]) Get(key K) (ok bool, value V)

func (*Map[K, V]) Set

func (m *Map[K, V]) Set(key K, value V)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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