The new implementation of arrays in Elm has reached version 2.0.0 and is 
available on elm-package 
(http://package.elm-lang.org/packages/Skinney/elm-array-exploration/latest)

This could end up being merged into core at some point in the future. 
Please try this implementation in your own code. It should have less bugs 
than the current version in core. For some operations (slicing and append) 
it is slower, for other operations (equality and push) it is faster. I'd 
love to hear feedback :)

This new version makes the Array type opaque (breaking change). It also 
delivers performance improvements in the range of 1.25-5x for certain 
operations.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to