-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
restructure Activations
for better clone
#5147
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
😲 auto-r+ from me as soon as #5121 is sorted out |
Rebased so that the diff only shows the one relovent commit. |
@bors: r+ |
📌 Commit 8f9ada8 has been approved by |
restructure `Activations` for better clone This builds on the work in #5121 When we last met we had: 5000000 ticks in ~48 sec, 0r 104k ticks/sec This small change brings us to: 5000000 ticks in ~21 sec, 0r 238k ticks/sec Edit: sorry for the large diff only the last commit is new. The rest are from #5121
@Eh2406 oh I think the branch was deleted before this was merged? |
Oops, sorry. What is the best way to fix this, should I post a new PR? |
Yeah that's probably best, and no worries! |
Github claims this PR can be reopened, and that it is redundant to post a new one. |
💥 Test timed out |
This builds on the work in #5121 When we last met we had:
5000000 ticks in ~48 sec, 0r 104k ticks/sec
This small change brings us to:
5000000 ticks in ~21 sec, 0r 238k ticks/sec
Edit: sorry for the large diff only the last commit is new. The rest are from #5121