1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

perf: O(n) update of position

This commit is contained in:
Kevin Amado 2022-02-27 17:44:37 -05:00
parent 8498ce5a4b
commit 4bcf3acef5
3 changed files with 23 additions and 16 deletions

View file

@ -82,6 +82,8 @@ Types of changes
- A `--threads` flag, so you can pick how many formatting threads to spawn.
Defaults to the number of logical CPUs in your system.
- Position counters were improved to offer an extra 1.13x speedup.
## [0.6.0] - 2022-02-25
### Added