Skip to content

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
@jplatte jplatte deleted the eliza/subscriber-0.2.14 branch June 3, 2025 09:15
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.

2 participants