Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
/ go-utility Public archive

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

License

Notifications You must be signed in to change notification settings

yindaheng98/go-utility

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages