Skip to content

Conversation

antiguru
Copy link
Member

@antiguru antiguru commented Mar 7, 2023

This fixes a regression introduced by #426 where BufferCore::give now lacked the inline annotation. In pingpong, this changes the runtime as follows:

Without inline:

target/release/examples/pingpong 1 500000000 -w1  2.45s user 0.00s system 99% cpu 2.446 total

With inline:

target/release/examples/pingpong 1 500000000 -w1  1.75s user 0.00s system 99% cpu 1.755 total

This fixes a regression introduced by TimelyDataflow#426 where BufferCore::give now
lacked the inline annotation. In pingpong, this changes the runtime as
follows:

Without inline:
target/release/examples/pingpong 1 500000000 -w1  2.45s user 0.00s system 99% cpu 2.446 total

With inline:
target/release/examples/pingpong 1 500000000 -w1  1.75s user 0.00s system 99% cpu 1.755 total

Signed-off-by: Moritz Hoffmann <[email protected]>
@antiguru antiguru requested a review from frankmcsherry March 7, 2023 02:12
@frankmcsherry
Copy link
Member

Looks great and thanks!

@frankmcsherry frankmcsherry merged commit 8af9467 into TimelyDataflow:master Mar 7, 2023
@github-actions github-actions bot mentioned this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants