Commits
Click on a commit to change the comparison rangeOptimize fast getter memory usage by replacing symbol-based memoization with direct property storage
- Replace per-property memo symbols with direct instance property storage using _propertyName_memo
- Use as initial value on prototype instead of symbol-based tracking
- Update fast-instantiator to use new property naming scheme for snapshotted views
- Reduces memory overhead by eliminating per-property symbols and symbol lookup overhead
- All tests pass including critical memoization tests for undefined values
Co-Authored-By: Harry Brundage <harry.brundage@gmail.com>4 months ago
by devin-ai-integration[bot] Fix lint: remove unused snapshotProcessor import
Co-Authored-By: Harry Brundage <harry.brundage@gmail.com>4 months ago
by devin-ai-integration[bot]