algo

module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2023 License: MIT

README

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

Directories

Path Synopsis
Package avl implements an easy-to-use AVL tree in Golang.
Package avl implements an easy-to-use AVL tree in Golang.
Package concurrent contains some easy-to-use concurrent control utilities.
Package concurrent contains some easy-to-use concurrent control utilities.
Package ipfilter implements a high performance IP filter.
Package ipfilter implements a high performance IP filter.
Package stream provides a set of utils to modify the stream.
Package stream provides a set of utils to modify the stream.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL