Skip to content

Some parallel and less known but good data structure

License

Notifications You must be signed in to change notification settings

G-M-twostay/Go-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Utils

Go Some utilities I implemented myself for future uses in Go. Usually these are some data structures or algorithms that Go STL doesn't provide or I can't find a satisfying implementation of.

Package GMUtils/Maps includes some very-fast thread-safe concurrent hashmap implementations. Package GMUtils/Tress include a balanced BST implementation called SBTree. Package GMUtils/Queues includes a circular array queue and a concurrent non-blocking linked queue.

About

Some parallel and less known but good data structure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages