Remove unnecessary fetch operations in external memory. (#10342)

This commit is contained in:
Jiaming Yuan
2024-05-31 13:16:40 +08:00
committed by GitHub
parent c2e3d4f3cd
commit d2d01d977a
12 changed files with 180 additions and 71 deletions

View File

@@ -59,7 +59,7 @@ def test_nested_config() -> None:
assert verbosity == 1
def test_thread_safty():
def test_thread_safety():
n_threads = multiprocessing.cpu_count()
futures = []
with ThreadPoolExecutor(max_workers=n_threads) as executor: