ratatui/benches
EdJoPaTo 2e71c1874e
perf(buffer): simplify Buffer::filled with macro (#1036)
The `vec![]` macro is highly optimized by the Rust team and shorter.
Don't do it manually.

This change is mainly cleaner code. The only production code that uses
this is `Terminal::with_options` and `Terminal::insert_before` so it's
not performance relevant on every render.
2024-04-21 11:29:37 -06:00
..
barchart.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
block.rs perf(buffer): simplify Buffer::filled with macro (#1036) 2024-04-21 11:29:37 -06:00
list.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
paragraph.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
sparkline.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00