purescript-arrays
purescript-arrays copied to clipboard
Add `Array`-specific version of `Data.Foldable.intercalate` if it's faster upon benchmarking
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)