Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: update textwrap to version 0.7.0
This version of textwrap uses a new wrapping algorithm that allocates fewer strings on the heap. The 05_ripgrep benchmarks shows a performance improvement of 3-15%. The build_help_long benchmark benefits the most since it uses longer help texts.
- Loading branch information