Categorygithub.com/singchia/go-hammer
repository
0.0.2
Repository: https://github.com/singchia/go-hammer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-hammer

Most used data structure implementation in golang.

linker

  • double linked list
  • circular linked list

hashtable

  • open addressing hashtable

fan

  • fanout pattern

observer

  • chan observer