-
Possibly related: Prior arts: I use Going through the source code and git history I found that this step has already been optimized before in #76 and #265; in particular, the filtering is already parallelized. I wonder if there is anything more we can do to speed things up, since it still often takes up to minutes (for 10k commits) to finish (on my old laptop). Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
[topic: implementation] This pass implements commit deduplication to detect when you've merged commits upstream and hide them locally. There's a few main steps:
Comments:
[topic: practical solutions]
|
Beta Was this translation helpful? Give feedback.
[topic: implementation] This pass implements commit deduplication to detect when you've merged commits upstream and hide them locally. There's a few main steps:
Comments: