-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Working prototyp for multiprocessing-based executor
Still needs to be extracted into an executor and probably an adjusted `UDFRunner`. - properly drain and close queues - use a single response queue - this simplifies result handling on the receiving side (might become bottleneck in many-core situations) - perform decoding in the worker processes - `ZeroMQReceiver`: zero-copy recv, at least for the payload - some hacks to inject the receiver into the partition
- Loading branch information
Showing
5 changed files
with
292 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ data | |
.benchmarks | ||
junit.xml | ||
DEigerClient.py | ||
profiles/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.