iced-rs/iced

Perform benchmarks

开放

#7 创建于 2019年9月5日

 (5 条评论) (0 个反应) (0 位负责人)Rust (1,572 个派生)batch import
help wantedimprovementperformance

仓库指标

星标
 (30,491 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 11 个 PR)

描述

As mentioned in #4, in order to avoid performance regressions, it would be great to run some benchmarks on the different parts of the API.

The most expensive operation is clearly UserInterface::build. This will be the main focus for many of the optimizations we will implement in the future. We should benchmark this first.

UserInterface::update and UserInterface::draw will also get slower the more widgets and events a user interface has to handle. It would be great to have some numbers!

贡献者指南