Skip to content

SYM01/algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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