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

perf: parallel execution

- Now we format nixpkgs in 10 seconds in my machine :)
This commit is contained in:
Kevin Amado 2022-01-26 22:17:58 -05:00
parent 00ce27baac
commit 361670e855
No known key found for this signature in database
GPG key ID: FFF341057F503148
4 changed files with 148 additions and 9 deletions

View file

@ -1,5 +1,6 @@
[dependencies]
clap = "3"
rayon = "1.5"
rnix = "0.10"
rowan = "0.15"
walkdir = "2"