Hacker News new | ask | show | jobs
by sambeau 4731 days ago
"The problem with using a goroutine as a generator is that if you abandon it, it will not get garbage collected."

It's also slow.

https://groups.google.com/forum/#!topic/golang-nuts/v6m86sTR...

1 comments

My design relies on pre-loading the channel's buffer and doesn't use a goroutine.