DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Investigate performance impact of `BoxSizing::ContentBox` support #685

Open nicoburns opened 1 month ago

nicoburns commented 1 month ago

https://github.com/DioxusLabs/taffy/pull/675 introduced a ~10-15% performance regression. We should investigate whether we can eliminate this. If it cannot be removed entirely then the feature should be made optional.