algo == common ALgorithms and data structures for GOlang.
Features:
-
avl: an easy-to-use AVL tree in Golang -
ipfilter: a high performance IP filter based on AVL tree -
concurrent: some well-tested concurrent features, such as Goroutine pool -
stream: a set of utils to modify the stream, such as streaming replace
More and more common algorithms and data structures will be implemented here.
go get -u github.com/sym01/algo