Extreme refactoring/enhancements (aka v2.0)#3
Merged
oformaniuk merged 15 commits intomasterfrom Apr 24, 2020
Merged
Conversation
Added support for helpers with return statement Refactored expression tree creation to improve readability and maintainability
Handlebars-Net/issues/294 - Handlebars-Net/issues/264 - Handlebars-Net/issues/151 - Handlebars-Net/issues/301 Handlebars-Net/issues/344 Handlebars-Net/issues/338 Handlebars-Net/issues/336 Handlebars-Net/issues/308 (for Newtonsoft.Json) Handlebars-Net/issues/307 Handlebars-Net/issues/243 Handlebars-Net/issues/194 Handlebars-Net/issues/122
- Use `ObjectPool` from NuGet - Repack of IL to prevent additional dependencies - Path segment proper caching - Add test coverage
|
Kudos, SonarCloud Quality Gate passed!
|
This was referenced May 14, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's inside (inspired by Handlebars-Net/issues/294):
Build/Publish
fixes to multiple Github issues from rexm/Handlebars.Net:
global refactoring (without backing changes to the public API)
improvements to extensibility
performance improvements (depends on template complexity):
- 2-10x compilation time improvement
- 2-10x execution time improvement
- up to 10x less memory consumption during compilation and execution