-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Optimize some span operations #45602
Conversation
Decode span data only once
Awesome, thank you @petrochenkov! @bors r+ |
📌 Commit 06f7f1f has been approved by |
⌛ Testing commit 06f7f1f with merge c3afd63682deed6971a457963b7444a59288e67d... |
💔 Test failed - status-travis |
@bors retry
|
⌛ Testing commit 06f7f1f with merge 330bd39ef4de9cad7117f155e43dc55e20c7a199... |
💔 Test failed - status-travis |
@bors retry Travis incident, no jobs starting. https://www.traviscistatus.com/incidents/xgpn2tq6mx7k |
Optimize some span operations Do not decode span data twice/thrice/etc unnecessarily. Applied to stable hashing and all methods in `impl Span`. Follow up to rust-lang#44646 r? @michaelwoerister
Do not decode span data twice/thrice/etc unnecessarily.
Applied to stable hashing and all methods in
impl Span
.Follow up to #44646
r? @michaelwoerister