v0.7.1
What's Changed
- refactor: Use lifetimes and Cow to reduce allocations (#140) by @andrewdavidmackenzie in #147
- feat: Add criterion benchmarks for hot path analysis by @andrewdavidmackenzie in #148
- perf: Optimize line table building with AHashMap and parallel sorting by @andrewdavidmackenzie in #150
- perf: Optimize find_function_name with bucketed lookup (5x faster) by @andrewdavidmackenzie in #151
- perf: Filter during tree construction instead of separate prune step (~38% faster) by @andrewdavidmackenzie in #152
- perf: String interning for FunctionInfo reduces memory 55% by @andrewdavidmackenzie in #155
- fix: Improve GitHub Action documentation and feedback by @andrewdavidmackenzie in #156
- feat: Add release workflow with cargo-binstall support by @andrewdavidmackenzie in #157
Full Changelog: v1...v0.7.1