Threaded Streaming Executor #15
dmatveev
started this conversation in
Architecture
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current implementation is a threading overkill - was relatively easy to implement, but brings enormous overhead with a high number of threads and queues used. A better version can be designed based on principles of #13.
Beta Was this translation helpful? Give feedback.
All reactions