-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test that Unmarshal doesn't do any allocations
The various Unmarshal functions are low-level functions that should not do any extensive parsing. Anything that requires allocations should be done in a user-callable function so that applications can call Unmarshal without concern for efficiency.
- Loading branch information
Showing
1 changed file
with
234 additions
and
0 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