Pull requests
ci: retrigger CodSpeed; benchmark/docs only; no runtime changes vs main
Co-Authored-By: Harry Brundage <harry.brundage@gmail.com>devin/1755447623-memory-benchmark-large-root ×4.6
chore: run codspeed on pull_request event to have better PR reportsadriencaccia:chore/better-codspeed-report 0%
Fix performance regressions in msgpackr integration
- Change from top-level imports to lazy require() calls
- Eliminates 14ms msgpackr import overhead affecting all benchmarks
- Preserves functionality while avoiding startup performance penalty
- Trade-off: slight runtime overhead for lazy loading vs major startup improvement
Co-Authored-By: Harry Brundage <harry.brundage@gmail.com>devin/1752185039-msgpackr-fast-instantiator -88%
Don't spread/allocate empty arrays when fast instantiating 0%
© 2025 CodSpeed Technology