tbranyen / diffhtml

diffHTML is a web framework that helps you build applications and other interactive content
https://diffhtml.org
MIT License
868 stars 47 forks source link

Fixes allocation for better GC #292

Closed tbranyen closed 1 year ago

tbranyen commented 1 year ago

When VTree were getting unprotected, they were being recirculated immediately. Instead they are now kept in allocation, until GC kicks in. Adds tests to validate the expected behavior.