stockparfait / experiments

Statistical experiments with financial data
Apache License 2.0
0 stars 0 forks source link

Add batching to Source, implement SourceMap #111

Closed sergey-a-berezin closed 1 year ago

sergey-a-berezin commented 1 year ago

SourceMap should improve the efficiency of parallelization by reducing inter-process communications and calling the user-supplied callback in the same parallel worker.

Part of #108.