Skip to content

Performance Improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 30 Jun 16:21
89dd969
This patch was authored and released by @tdotclare.

This release significantly improves performance of reading raw template files

Internal Notes

Template source documents being parsed previously involved mutating an array copy of the template source; now scans a constant String copy and pre-allocates chunked reading method [Character] storage