mirror of
https://github.com/semihalev/twig.git
synced 2026-03-14 13:55:46 +01:00
- Implemented pooled slices for function arguments - Added specialized pooling for variable node and literal node objects - Modified array and hash node evaluation to reduce allocations - Optimized test and filter evaluation with pooled resources - Added comprehensive benchmarks to validate improvements - Updated node pool implementation to remove duplicate declarations - Fixed memory allocations in merge filter to correctly handle array manipulations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
317 B
Text
17 lines
317 B
Text
test_temp/
|
|
twig.wiki/
|
|
|
|
.DS_Store
|
|
coverage.html
|
|
coverage.out
|
|
SOLUTION.md
|
|
FINDINGS.md
|
|
PROGRESS.md
|
|
ZERO_ALLOCATION_PLAN.md
|
|
STRING_HANDLING_OPTIMIZATION.md
|
|
TOKENIZER_OPTIMIZATION.md
|
|
TOKENIZER_OPTIMIZATION_NEXT_STEPS.md
|
|
ZERO_ALLOCATION_IMPLEMENTATION.md
|
|
RENDER_CONTEXT_OPTIMIZATION.md
|
|
EXPRESSION_OPTIMIZATION.md
|
|
CLAUDE.md
|