Robin Heggelund Hansen
2017-10-30 20:55:15 UTC
tl;dr;
* new api compatible Dict implementation:
http://package.elm-lang.org/packages/Skinney/elm-dict-exploration/latest
* Is a Left-Leaning Red-Black tree.
* For Chrome: 8% faster reads, 171% faster inserts, 30% faster removals and
15-25% slower updates. (similar results in other browsers)
* Less code. (643 vs 917 lines of javascript after compilation)
* Needs testing. Please try it out and report bugs.
More information is available on elm-dev.
* new api compatible Dict implementation:
http://package.elm-lang.org/packages/Skinney/elm-dict-exploration/latest
* Is a Left-Leaning Red-Black tree.
* For Chrome: 8% faster reads, 171% faster inserts, 30% faster removals and
15-25% slower updates. (similar results in other browsers)
* Less code. (643 vs 917 lines of javascript after compilation)
* Needs testing. Please try it out and report bugs.
More information is available on elm-dev.
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.