You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed
- **registry**: Fixed `Registry::new` allocating an excessively large
amount of memory, most of which would never be used ([#1064])
Changed
- **registry**: Improved `new_span` performance by reusing `HashMap`
allocations for `Extensions` ([#1064])
- **registry**: Significantly improved the performance of
`Registry::enter` and `Registry::exit` ([#1058])
[#1064]: #1064
[#1058]: #1058
0 commit comments