Merged stable branch into default
- Sep 20, 2023
-
-
Georges Racinet authored
-
- Sep 19, 2023
-
-
Georges Racinet authored
This iterator-based approach just keeps a small window of up to 3 lines in RAM, instead of the full list previously obtained with splitlines()`). It uses `collections.deque` (natively implemented), to make sure the window will never be reallocated. On the other hand, matching lines are allocated afresh, which is expected not to be a problem. At this point, further improvements should take the form of an implementation in RHGitaly.
-
- Sep 17, 2023
-
-
Georges Racinet authored
First working version that should make CI happy, can be improved (CPU and RAM efficiency).
-