Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 801 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 801 Bytes

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