- Dec 04, 2023
- Nov 30, 2023
- May 30, 2023
- Mar 28, 2023
- Sep 30, 2022
- Sep 27, 2022
- Sep 13, 2022
- Sep 12, 2022
- Jun 30, 2022
- Mar 25, 2022
- Jan 12, 2022
- Sep 01, 2021
-
-
Antoine R. Dumont authored
-
- Aug 31, 2021
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
The swh.graph.client and swh.graph.naive_client must be packaged separately to allow the vault to use the optional graph dependency. We need the tests to run in the packaging though. The current conftest.py mixes both server and client code though. Delaying imports this way will allow the packaging to run accordingly [1]. [1] ``` pytest -k "not remote" swh/ ``` Related to T3518
-
- Aug 10, 2021
-
-
vlorentz authored
This is a 40 to 70% speed-up of the overall run time (wall clock).
-
vlorentz authored
Most of the time is spent maxing out the CPU in the Python process. This change has two effects: 1. lines are joined before being encoded (instead of encoding them one-by-one) 2. larger network packets are sent, instead of a single packet per line I don't know which affects the performance, but overall, this is a consistent 25 to 35% speed-up to the overall run time of SimpleTraversalView.
-
vlorentz authored
-
vlorentz authored
-
- Jul 27, 2021
-
-
vlorentz authored
This required a minor Backend refactoring to make it work without context managers.
-
- Jul 09, 2021
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Jun 19, 2021
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
this is equivalant to git2graph, but does not rely on the git object storage (and of course does not crawl revisions)
-
- Jun 17, 2021
-
-
Stefano Zacchiroli authored
-
- Jun 15, 2021
-
-
Antoine Pietri authored
-
- Jun 09, 2021
-
-
Antoine R. Dumont authored
-
- Jun 02, 2021
-
-
Antoine Pietri authored
-
- May 12, 2021
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- May 10, 2021
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-