-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add StringBuilder pooling in NewtonsoftJsonSerializer (#4929)
* Add StringBuilder pooling in NewtonsoftJsonSerializer * Fix CreateInternalSettings to properly wire everything up and be harder to goof up later by making static, fix hocon reading * don't make two settings. * Fixes for thread safety, fix using scopes. * api approvals, chars are not bytes so lets not confuse ourselves in HOCON * fix api approval Co-authored-by: Aaron Stannard <aaron@petabridge.com>
- Loading branch information
1 parent
12c26c2
commit a9859db
Showing
5 changed files
with
198 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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