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.
Package | Description |
---|---|
bloom | Efficient and lock-free bloom filter. |
densebits | Dense bit set. |
distinct | Compact distinct set (union find). |
formdata | HTML form data to struct unmarshaler. |
murmurhash3 | MurmurHash3 non-cryptographic hash function. |
queue | Generic queue. |
sparse | Efficient sparse set and map. |
sparsebits | Sparse bit set. |
xheap | Generic heap adapted from container/heap. |
xslices | Algorithms that operate on slices of any type. |