purescript/purescript-arrays

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

JordanMartinez opened this issue · 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)