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:
Thomas de Zeeuw 2023-06-20 17:43:09 +02:00 committed by GitHub
parent 062b6e5c2b
commit 17f1ecd56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 353 additions and 125 deletions

View file

@ -0,0 +1,4 @@
# NOTE: sync with cache::invalidation test
a = 1
__all__ = list(["a", "b"])