mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:10 +00:00
Open cache files in parallel (#5120)
## Summary Open cache files in parallel (again), brings the performance back to be roughly equal to the old implementation. ## Test Plan Existing tests should keep working.
This commit is contained in:
parent
062b6e5c2b
commit
17f1ecd56e
8 changed files with 353 additions and 125 deletions
4
crates/ruff_cli/resources/test/fixtures/cache_mutable/source.py
vendored
Normal file
4
crates/ruff_cli/resources/test/fixtures/cache_mutable/source.py
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# NOTE: sync with cache::invalidation test
|
||||
a = 1
|
||||
|
||||
__all__ = list(["a", "b"])
|
Loading…
Add table
Add a link
Reference in a new issue