purescript-arrays icon indicating copy to clipboard operation
purescript-arrays copied to clipboard

Add `Array`-specific version of `Data.Foldable.intercalate` if it's faster upon benchmarking

Open JordanMartinez opened this issue 4 years ago • 0 comments

As mentioned here, we should first benchmark whether adding an Array-specific version of Data.Foldable.intercalate is faster than its counterpart and, if so, add that specialized version like we did with other functions (e.g. #189)

JordanMartinez avatar Jan 20 '21 12:01 JordanMartinez