maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
388 stars 7 forks source link

Don't store products of `static` expression `View`s #39

Closed maciejhirsz closed 1 year ago

maciejhirsz commented 1 year ago

This is just a minor optimization that prevents the view! macro from storing the product of static fields that build up a view. Shouldn't have much bearing on performance aside from being ever so slightly more memory efficient.