use map not filter for concurrency
the difference in locking makes a factor in speed for e.g. 32 threads filter is by factor 6 slower than map
Please register or sign in to comment
the difference in locking makes a factor in speed for e.g. 32 threads filter is by factor 6 slower than map