rwynn / gtm

gtm (go tail mongo) is a MongoDB event listener
MIT License
147 stars 33 forks source link

Implement fanning out to multiple go routines with explicit ordering semantics #6

Closed rwynn closed 7 years ago

rwynn commented 7 years ago

Incorporate original recommendation from @zph in #3, but with the addition of a setting to control the ordering semantics of events on the output channel.

Based on performance numbers gathered by @zph at http://data.xargs.io/20170213165151-performance.html