saving energy, by only running the simulation in one place
¤%%link;;{½3;updated via Elm-like MVU pattern - but _through the server_ via POST requests
¤%%link;;{½3;parameterized by different backends - in-memory or sqlite
¤%%link;;{½3;instead - it's rendered on server as CSS and SVG animations
¤%%link;;{½3;earlier tests showed that removing keyframes didn't change performance
¤%%link;;{½3;the rendering itself seems the most heavy - would have hoped this would be more efficient
¤%%link;;{½3;the new firefox profiler in v105.0.3 says that parsing is ~25% CPU, which seems fine
¤%%link;;{½3;rand: hmm yes, I'll see if making fewer keyframes helps
¤%%link;;{½3;rand: I have no problems on my laptop - but that also runs a newer firefox
¤%%link;;{½3;saving energy, by not recomputing in a slow programming language runtime across all clients
¤%%link;;{½3;