uutils
uutils-term-grid
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
update the version to 0.8.0
main
17 hours ago
Fix clippy unreadable literal warnings
main
17 hours ago
Include examples in code coverage CI job
main
17 hours ago
Fix CodeCov badge to reference main branch instead of master
main
17 hours ago
Add CodSpeed badge to README
main
19 hours ago
Merge pull request #57 from jakobnissen/fix_oneoff fix off-by-one in column-search loop and add regression test
main
19 hours ago
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.
jakobnissen:fix_oneoff
1 day ago
Merge pull request #60 from uutils/renovate/moonrepo-setup-rust-1.x chore(deps): update moonrepo/setup-rust action to v1
main
2 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs