You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,13 @@ of [FastAPI](https://github.com/tiangolo/fastapi):
74
74
> Ruff is so fast that sometimes I add an intentional bug in the code just to confirm it's actually
75
75
> running and checking the code.
76
76
77
+
[**Nick Schrock**](https://twitter.com/schrockn/status/1612615862904827904), founder of [Elementl](https://www.elementl.com/),
78
+
co-creator of [GraphQL](https://graphql.org/):
79
+
80
+
> Why is Ruff a gamechanger? Primarily because it is nearly 1000x faster. Literally. Not a typo. On
81
+
> our largest module (dagster itself, 250k LOC) pylint takes about 2.5 minutes, parallelized across 4
82
+
> cores on my M1. Running ruff against our *entire* codebase takes .4 seconds.
83
+
77
84
[**Bryan Van de Ven**](https://github.com/bokeh/bokeh/pull/12605), co-creator
78
85
of [Bokeh](https://github.com/bokeh/bokeh/), original author
79
86
of [Conda](https://docs.conda.io/en/latest/):
@@ -82,7 +89,13 @@ of [Conda](https://docs.conda.io/en/latest/):
82
89
> ~20s. This is an enormous quality of life improvement for local dev. It's fast enough that I added
83
90
> it as an actual commit hook, which is terrific.
84
91
85
-
[**Tim Abbott**](https://github.com/charliermarsh/ruff/issues/465#issuecomment-1317400028), lead developer of [Zulip](https://github.com/zulip/zulip):
creator of [isort](https://github.com/PyCQA/isort):
94
+
95
+
> Just switched my first project to Ruff. Only one downside so far: it's so fast I couldn't believe it was working till I intentionally introduced some errors.
96
+
97
+
[**Tim Abbott**](https://github.com/charliermarsh/ruff/issues/465#issuecomment-1317400028), lead
98
+
developer of [Zulip](https://github.com/zulip/zulip):
86
99
87
100
> This is just ridiculously fast... `ruff` is amazing.
0 commit comments