- 04 Jun, 2020 4 commits
-
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
Fixes #347.
-
Leo Pound Singer authored
-
- 03 Jun, 2020 13 commits
-
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
This reverts commit dc67efca.
-
Leo Pound Singer authored
-
Leo Pound Singer authored
This reverts commit 5c8865be.
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
This reverts commit c388665a.
-
- 02 Jun, 2020 1 commit
-
-
Leo Pound Singer authored
-
- 31 May, 2020 4 commits
-
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Duncan Macleod authored
-
- 27 May, 2020 1 commit
-
-
Leo Pound Singer authored
-
- 12 May, 2020 1 commit
-
-
Leo Pound Singer authored
-
- 11 May, 2020 7 commits
-
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
Leo Pound Singer authored
-
- 10 May, 2020 2 commits
-
-
Leo Pound Singer authored
-
Leo Pound Singer authored
This should make it easier to identify which log messages come from these threads.
-
- 08 May, 2020 1 commit
-
-
Leo Pound Singer authored
-
- 04 May, 2020 6 commits
-
-
Leo Pound Singer authored
-
Leo Pound Singer authored
This should speed up worker startup by 0.5-1.5 seconds.
-
Leo Pound Singer authored
-
Leo Pound Singer authored
This should speed up worker startup by about 0.2 seconds.
-
Leo Pound Singer authored
This should speed up worker startup by about 0.1 seconds.
-
Leo Pound Singer authored
Speed up imports by up to a second by replacing uses of `pkg_resources` with the new Python standard library module `importlib.resources` (or, for Python < 3.7, the backport `importlib_resources`). The old `pkg_resources` module is known to be slow because it does a lot of work on startup. See, for example, [pypa/setuptools#926](https://github.com/pypa/setuptools/issues/926) and [pypa/setuptools#510](https://github.com/pypa/setuptools/issues/510).
-