Skip to content

trpedersen/pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubsub

Publish/Subscribe in Go

Implement publish/subscribe using channels, goroutines.

Surprisingly high-performant, processing 100s of thousands of messages/sec with message copy semantics, using standard go channels, maps & goroutines. Can do more than a million messages/sec if you don't use copy semantics for sent messages.

About

Publish/Subscribe in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages