duysmile / go-util

Some utils in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-util

Some utils in Go

  • Binary Search Tree: bst.go
  • Adelson-Velsky and Landis Tree: avl.go
  • Least recently used (LRU) Cache: lru.go
  • Consistent hash: consistenthash.go
  • Worker pool: pool.go

About

Some utils in Go

License:MIT License


Languages

Language:Go 100.0%