cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

Follow up #3428 when cats optimizes traverse

Open durban opened this issue 2 years ago • 1 comments
trafficstars

#3428 replaced the parallel map2 implementation with its "old" version (based on both; because it's faster). However, that PR also contains another custom implementation (2c4bc68), which seems like it could be faster than both, but apparently it is not. But, if traverse is optimized in cats, it should be retested. This issue is so that this is not forgotten.

durban avatar Apr 20 '23 12:04 durban

Linking to:

  • https://github.com/typelevel/cats/issues/4408

armanbilge avatar Apr 20 '23 15:04 armanbilge