Categorygithub.com/yindaheng98/go-utility
repository
0.0.0-20200408142952-b2c861e9fb9e
Repository: https://github.com/yindaheng98/go-utility.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

# README

go-utility

A series of utility data structures and algorithms written in golang.

github.com/yindaheng98/go-utility/Emitter

A series of event emitter, both sync and async.

github.com/yindaheng98/go-utility/Single

A thread-safed single thread runner.

github.com/yindaheng98/go-utility/SkipList

Just a skiplist.

github.com/yindaheng98/go-utility/SortSet

Just a sorted set based on the skiplist above.

github.com/yindaheng98/go-utility/TimeoutMap

A map that can record elements and delete them at the specified time.