Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 264 Bytes

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