Categorygithub.com/askeladdk/toolbox
repository
0.0.0-20240407074636-9ffa1a4bfa64
Repository: https://github.com/askeladdk/toolbox.git
Documentation: pkg.go.dev

# Packages

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

# README

Toolbox - algorithms and data structures for Go

Overview

Package toolbox provides common and useful algorithms and data structures.

PackageDescription
bloomEfficient and lock-free bloom filter.
densebitsDense bit set.
distinctCompact distinct set (union find).
formdataHTML form data to struct unmarshaler.
murmurhash3MurmurHash3 non-cryptographic hash function.
queueGeneric queue.
sparseEfficient sparse set and map.
sparsebitsSparse bit set.
xheapGeneric heap adapted from container/heap.
xslicesAlgorithms that operate on slices of any type.