cats-effect
cats-effect copied to clipboard
Follow up #3428 when cats optimizes traverse
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.
Linking to:
- https://github.com/typelevel/cats/issues/4408