-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allocate via the pool if we not really interested in the sequen…
…ce (#627) Motivation: Let's just allocate the memory on the stack and not use the pool if we never use the actual value Modifications: Just allocate on the stack Result: Reduce pool usage if not needed.
- Loading branch information
1 parent
0b97e81
commit d45c962
Showing
2 changed files
with
11 additions
and
6 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