While browsing the source code I found that there are some iterator
optimization possible. So I figured I post this patchset for your to review and possibly apply.
2 files changed
+32
-21
1e66c576
→
f6f3be43
modified crates/radicle-cli/src/commands/issue.rs
@@ -734,30 +734,33 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/cob/issue/cache.rs
@@ -371,6 +371,10 @@ impl Iterator for NoCacheIter<'_> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -449,6 +453,10 @@ impl Iterator for IssuesIter<'_> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|