Optimize set creation
This commit is contained in:
@@ -29,7 +29,7 @@ fn create_operator_set_recurse(
|
|||||||
|
|
||||||
for i in 0..operators.len() {
|
for i in 0..operators.len() {
|
||||||
if operators[i] {
|
if operators[i] {
|
||||||
continue;
|
break;
|
||||||
}
|
}
|
||||||
let mut new_operators = operators.clone();
|
let mut new_operators = operators.clone();
|
||||||
new_operators[i] = true;
|
new_operators[i] = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user