Avatar for the uutils user
uutils
uutils-term-grid
BlogDocsChangelog

Branches performance

Pull requests

chore(deps): update moonrepo/setup-rust action to v1#60
last run
3 days ago
chore(deps): update moonrepo/setup-rust action to v1
3 days ago
c0bf4db
renovate/moonrepo-setup-rust-1.x
CodSpeed Performance Gauge
0%
add divan benchmarks and CodSpeed workflow
3 days ago
7c87fb4
sylvestre:bench
CodSpeed Performance Gauge
N/A
fix off-by-one in column-search loop and add regression test The loop in `width_dimensions` used an exclusive upper bound (`..self.cells.len()`), so it never tried placing all cells on a single row. When cells have varying widths the single-row layout can fit even though the widest-cell estimate rules it out, producing a suboptimal result with more rows than necessary. Change the range to `..=self.cells.len()` and add a regression test that catches the bug.
3 days ago
2c1371a
jakobnissen:fix_oneoff
CodSpeed Performance Gauge
-7%
© 2026 CodSpeed Technology
Home Terms Privacy Docs