andrebreis / cascade-study

4 stars 3 forks source link

Parallel writes #13

Open andrebreis opened 5 years ago

andrebreis commented 5 years ago

Writes are parallelized over different processes. If lines are big enough this can cause concurrency issues and it can be profitable to join all results and perform a single write in the main thread