r3labs / sse

Server Sent Events server and client for Golang
Mozilla Public License 2.0
870 stars 180 forks source link

change chan bool to chan struct{} for performances #122

Closed frederikhors closed 2 years ago

frederikhors commented 2 years ago

According to:

  1. https://betterprogramming.pub/7-code-patterns-in-go-i-cant-live-without-f46f72f58c4b
  2. https://itnext.io/set-in-go-map-bool-and-map-struct-performance-comparison-5315b4b107b
purehyperbole commented 2 years ago

Hey @frederikhors ,

Thanks for opening these PRs! They look good, so I'll merge them now.

frederikhors commented 2 years ago

Thank you! Please, release ASAP.