Skip to content

chore(perf): add performance benchmarks comparing with tsyringe#45

Open
IgorBabkin wants to merge 2 commits into
masterfrom
claude/measure-performance-benchmarks-FGYZW
Open

chore(perf): add performance benchmarks comparing with tsyringe#45
IgorBabkin wants to merge 2 commits into
masterfrom
claude/measure-performance-benchmarks-FGYZW

Conversation

@IgorBabkin
Copy link
Copy Markdown
Owner

Add comprehensive benchmark suite to compare ts-ioc-container performance with tsyringe across multiple scenarios:

  • Simple dependency resolution
  • Singleton resolution (cached)
  • Deep dependency tree (5 levels)
  • Scoped container creation
  • Multiple transient resolutions (100x)

Uses benny framework for accurate benchmarking with statistical analysis. Results show ts-ioc-container excels at singleton caching (3.87x faster) while tsyringe is faster at fresh instantiations.

https://claude.ai/code/session_01JKP9M7C4TQBWGFMAFGYZW000

claude and others added 2 commits January 23, 2026 19:16
Add comprehensive benchmark suite to compare ts-ioc-container performance
with tsyringe across multiple scenarios:

- Simple dependency resolution
- Singleton resolution (cached)
- Deep dependency tree (5 levels)
- Scoped container creation
- Multiple transient resolutions (100x)

Uses benny framework for accurate benchmarking with statistical analysis.
Results show ts-ioc-container excels at singleton caching (3.87x faster)
while tsyringe is faster at fresh instantiations.

https://claude.ai/code/session_01JKP9M7C4TQBWGFMAFGYZW000
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.

3 participants