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

Misc test/benchmark updates, and Sync for Sender/Reciever #27

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Dr-Emann
Copy link

@Dr-Emann Dr-Emann commented May 30, 2023

Fixes #8.
Fixes #26.
Relates to #4, since the size of the waker seems to have decreased (looks like the discriminant is able to fit in the niche for a reference).

  • Cleanup benchmarks to avoid creation in every case
  • Use const generics to move code out of macro
  • Upgrade to criterion 0.5 from 0.3
  • Implement Sync for Sender/Receiver

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.

Can Criterion measure things after doing a per-iteration setup? Implement Sync for Sender + Receiver
1 participant