splunk / pipelines

Concurrent processing pipelines in Go.
MIT License
21 stars 8 forks source link

Add optional pooling and buffering #10

Closed kalexmills-splunk closed 2 years ago

kalexmills-splunk commented 2 years ago

Adds versions of Flatten and Map which run on worker pools, along with some helpers to simplify worker pools.

Closes #6