chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Fix memory climbing as you render more things #124

Open chinedufn opened 5 years ago

chinedufn commented 5 years ago

Investigate memory usage a bit by clicking between the contributors page and home page in the demo. Make the DOMUpdater free closures that are no longer being used

image