Note: this is very much not a good scientific benchmark. Most things I only measured once and I didn't try to control compilation settings. I just cloned the repositories, and ran cargo run -r for an example that seemed fairly minimal to me. I only measured on one machine, on one OS. I still think there is a tiny bit of value in these measurements (hence this gist), but don't take them at face value!
| UI lib/app | size | Final render | window | task bar |
|---|---|---|---|---|
| Slint | 15MB | 111ms | 90ms | 62ms |
| egui | 12MB | 118ms | - | 21ms |
| Freya | 28MB | 146ms | - | 14ms |