Tune in to the tools and techniques in the Elm ecosystem.
049: Optimizing Performance with Robin Hansen
January 31, 2022
1:13:47
70.86 MB
Downloads: 0
- Robin Hansen (twitter) (github)
elm-optimize-level-2
Html.Lazy
API- Outperforming Imperative with Pure Functional Languages - talk about Roc by Richard Feldman
- Tail call optimization
- Successes, and failures, in optimizing Elm’s runtime performance - Robin's blog post series on his elm-optimize-level-2 optimizations
- WASM
- Maybe you don't need Rust and WASM to speed up your JS
- Brian Carroll's blog posts on an Elm WASM prototype
- Robin's Stabel language - a stack oriented language that compiles to WASM
- What's Working for Elm Elm Radio episode
Process.elm
comment about the potential for parallelizing work