Evgeni Chasnovski
3cba8df041
fix(pack): use uv.available_parallelism() to compute number of threads #38717
...
Problem: Computing number of threads for parallel asynchronous
computation using `uv.cpu_info()` can be slow. This is especially
noticeable since it is pre-computed on every `require('vim.pack')` and
not only when parallelism is needed.
Solution: Use `uv.available_parallelism()` to compute number of threads
in a helper function.
2026-04-05 13:06:00 -04:00
..
2026-04-01 22:23:23 +00:00
2026-02-01 08:22:07 +08:00
2026-03-22 23:14:49 +00:00
2026-04-04 06:04:28 +08:00
2026-04-01 19:21:24 +08:00
2026-03-06 07:59:15 +08:00
2026-01-26 06:53:53 +08:00
2026-04-05 13:06:00 -04:00
2026-03-23 18:48:03 -04:00
2026-03-23 18:48:03 -04:00
2026-02-26 19:26:35 +01:00
2026-03-21 12:00:06 -04:00
2022-03-13 04:52:45 +00:00
2026-04-04 20:50:16 +08:00
2026-01-07 08:11:42 +08:00
2026-03-11 19:05:46 +00:00
2023-08-13 13:25:10 +01:00
2025-12-30 01:44:24 -05:00
2026-03-24 00:14:55 +01:00
2026-03-12 11:12:56 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-22 19:10:43 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-20 07:23:49 +08:00
2026-01-20 07:56:50 +08:00
2022-10-13 05:48:12 -07:00
2026-03-29 18:16:17 +02:00
2026-02-09 16:55:37 -05:00
2025-08-20 07:23:49 +08:00
2024-07-02 13:05:16 +02:00