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

subscriber: prepare to release 0.2.14 #1065

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Oct 22, 2020

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)

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
@hawkw hawkw requested a review from a team as a code owner October 22, 2020 23:30
@hawkw hawkw merged commit 3bc2fd3 into v0.1.x Oct 22, 2020
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
Fixed

- **registry**: Fixed `Registry::new` allocating an excessively large
  amount of memory, most of which would never be used ([tokio-rs#1064])

Changed

- **registry**: Improved `new_span` performance by reusing `HashMap`
  allocations for `Extensions` ([tokio-rs#1064])
- **registry**: Significantly improved the performance of
  `Registry::enter` and `Registry::exit` ([tokio-rs#1058])

[tokio-rs#1064]: tokio-rs#1064
[tokio-rs#1058]: tokio-rs#1058
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.

1 participant