Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXP: avoid cloning in gather, use iterators directly #3394

Open
wants to merge 4 commits into
base: latest
Choose a base branch
from

fix tests

6f183dc
Select commit
Loading
Failed to load commit list.
Open

EXP: avoid cloning in gather, use iterators directly #3394

fix tests
6f183dc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2024 in 1s

58.82% of diff hit (target 86.47%)

View this Pull Request on Codecov

58.82% of diff hit (target 86.47%)

Annotations

Check warning on line 324 in src/core/src/index/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/index/mod.rs#L324

Added line #L324 was not covered by tests

Check warning on line 913 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L913

Added line #L913 was not covered by tests

Check warning on line 1530 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1529-L1530

Added lines #L1529 - L1530 were not covered by tests

Check warning on line 1554 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1554

Added line #L1554 was not covered by tests

Check warning on line 1608 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1607-L1608

Added lines #L1607 - L1608 were not covered by tests

Check warning on line 1611 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1611

Added line #L1611 was not covered by tests

Check warning on line 1613 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1613

Added line #L1613 was not covered by tests

Check warning on line 1628 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1628

Added line #L1628 was not covered by tests

Check warning on line 1633 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1632-L1633

Added lines #L1632 - L1633 were not covered by tests

Check warning on line 1636 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1636

Added line #L1636 was not covered by tests

Check warning on line 1639 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1639

Added line #L1639 was not covered by tests