iced-rs/iced

Perform benchmarks

オープン

#7 opened on 2019/09/05

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (1,572 件のフォーク)batch import
help wantedimprovementperformance

Repository metrics

Stars
 (30,491 個のスター)
PR merge metrics
 (平均マージ 24d 11h) (30d で 11 merged PRs)

説明

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!

コントリビューターガイド