Skip to content

tracing-subscriber 0.2.14

Compare
Choose a tag to compare
@hawkw hawkw released this 22 Oct 23:48
· 572 commits to master since this release
3bc2fd3

0.2.14 (October 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)