Add safearena to Performance section

This commit is contained in:
Scott Friedman 2026-02-03 19:07:29 -08:00
parent 65f8c31475
commit d4b6161109
No known key found for this signature in database

View File

@ -2178,6 +2178,7 @@ _Unofficial libraries for package and dependency management._
- [mm-go](https://github.com/joetifa2003/mm-go) - Generic manual memory management for golang.
- [pixie](https://github.com/pixie-labs/pixie) - No instrumentation tracing for Golang applications via eBPF.
- [profile](https://github.com/pkg/profile) - Simple profiling support package for Go.
- [safearena](https://github.com/scttfrdmn/safearena) - Safe, ergonomic arena memory management for Go with runtime safety checks and static analysis.
- [statsviz](https://github.com/arl/statsviz) - Live visualization of your Go application runtime statistics.
- [tracer](https://github.com/kamilsk/tracer) - Simple, lightweight tracing.