algo == common algorithm data structures for Golang.


Keywords
algorithms-and-data-structures, avl, avl-tree, ipfilter
License
MIT
Install
go get github.com/sym01/algo

Documentation

algo

PkgGoDev codecov

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.

Install

go get -u github.com/sym01/algo

Document

API Reference