I wonder if Charlie Marsh will tackle a Rust-based...
# random
w
I wonder if Charlie Marsh will tackle a Rust-based python typechecker. Just keep adding to ruff Has anyone had a chance to check the perf difference linting the Pants repo?
With default config, I ran at 0.1 seconds and 11000 errors
🤯
Just the fact it was able to parse through all those files, and do anything is impressive in 0.1 seconds
Actually, very skeptical because just running
find . -name "*.py"
is already 0.4 seconds 😕
c
not for me 🙂
Copy code
find src/python -name \*.py  0.00s user 0.05s system 69% cpu 0.084 total
w
Feels like an M1
😅 1
c
makes this claim all the more true as well I guess..
🙂 2
b
I DMd him about it (or similar) and haven't heard back
🙃 1