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!

貢獻者指南