-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Optimize] Support deriving a new ElementBinaryReader from ElementBin…
…aryReader. Described as title. With this feature, we can construct a new ElementBinaryReader and use it in an asynchronous thread to perform some necessary parsing operations. This enables multi-threaded parallel parsing of Element Templates, thereby optimizing performance. issue:m-6083199326 AutoSubmit:True
- Loading branch information
1 parent
9b3a3bc
commit 374fd77
Showing
3 changed files
with
15 additions
and
2 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