parallel_stream
parallel_stream copied to clipboard
Lower overhead of parallelism if possible
Currently, the cutoff for getting performance gains is at about 20 microseconds (see https://github.com/beatrichartz/parallel_stream/issues/1) - although that's quite good, there are possibly ways to further lower the overhead by doing some performance optimisations.