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

Implement S/G IO for batched sends and eliminate another frame copy #2874

Merged
merged 4 commits into from
Jul 19, 2024

Fix compilation on macOS

99b2c8d
Select commit
Loading
Failed to load commit list.
Merged

Implement S/G IO for batched sends and eliminate another frame copy #2874

Fix compilation on macOS
99b2c8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 19, 2024 in 1s

0.00% of diff hit (target 9.22%)

View this Pull Request on Codecov

0.00% of diff hit (target 9.22%)

Annotations

Check warning on line 188 in src/crypto.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/crypto.cpp#L188

Added line #L188 was not covered by tests

Check warning on line 219 in src/crypto.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/crypto.cpp#L219

Added line #L219 was not covered by tests

Check warning on line 221 in src/crypto.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/crypto.cpp#L221

Added line #L221 was not covered by tests

Check warning on line 617 in src/platform/common.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/common.h#L614-L617

Added lines #L614 - L617 were not covered by tests

Check warning on line 649 in src/platform/common.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/common.h#L649

Added line #L649 was not covered by tests

Check warning on line 653 in src/platform/common.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/common.h#L652-L653

Added lines #L652 - L653 were not covered by tests

Check warning on line 655 in src/platform/common.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/common.h#L655

Added line #L655 was not covered by tests

Check warning on line 658 in src/platform/common.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/common.h#L658

Added line #L658 was not covered by tests

Check warning on line 444 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L444

Added line #L444 was not covered by tests

Check warning on line 446 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L446

Added line #L446 was not covered by tests

Check warning on line 457 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L451-L457

Added lines #L451 - L457 were not covered by tests

Check warning on line 463 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L462-L463

Added lines #L462 - L463 were not covered by tests

Check warning on line 466 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L465-L466

Added lines #L465 - L466 were not covered by tests

Check warning on line 469 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L468-L469

Added lines #L468 - L469 were not covered by tests

Check warning on line 474 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L473-L474

Added lines #L473 - L474 were not covered by tests

Check warning on line 485 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L485

Added line #L485 was not covered by tests

Check warning on line 516 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L516

Added line #L516 was not covered by tests

Check warning on line 533 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L532-L533

Added lines #L532 - L533 were not covered by tests

Check warning on line 538 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L536-L538

Added lines #L536 - L538 were not covered by tests

Check warning on line 543 in src/platform/linux/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/misc.cpp#L540-L543

Added lines #L540 - L543 were not covered by tests

Check warning on line 1458 in src/platform/windows/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/windows/misc.cpp#L1458

Added line #L1458 was not covered by tests

Check warning on line 1468 in src/platform/windows/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/windows/misc.cpp#L1462-L1468

Added lines #L1462 - L1468 were not covered by tests

Check warning on line 1474 in src/platform/windows/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/windows/misc.cpp#L1473-L1474

Added lines #L1473 - L1474 were not covered by tests

Check warning on line 1480 in src/platform/windows/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/windows/misc.cpp#L1476-L1480

Added lines #L1476 - L1480 were not covered by tests

Check warning on line 1485 in src/platform/windows/misc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/windows/misc.cpp#L1484-L1485

Added lines #L1484 - L1485 were not covered by tests