askeladdk / toolbox

Useful algorithms and data structures for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Useful algorithms and data structures for Go.


Languages

Language:Go 100.0%