Add Array
-specific version of Data.Foldable.intercalate
if it's faster upon benchmarking
#210
Labels
type: enhancement
A new feature or addition.
As mentioned here, we should first benchmark whether adding an
Array
-specific version ofData.Foldable.intercalate
is faster than its counterpart and, if so, add that specialized version like we did with other functions (e.g. #189)The text was updated successfully, but these errors were encountered: