-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22173: Improves performance by implementing thread local allocations (#…
…310) This is an improvement to performance of memroy management in amalgam. It changes allocation of EvaluableNodes so that we first try to allocate from a thread local buffer; only if that buffer is empty do we try to allocate from the EvaluableNodeManager pool. When eagerly freeing nodes, we also put them back in the thread local buffer. --------- Co-authored-by: Nathan Ricci <[email protected]> Co-authored-by: Christopher J. Hazard, PhD <[email protected]>
- Loading branch information
1 parent
72dddc6
commit edd4acb
Showing
6 changed files
with
209 additions
and
107 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
Oops, something went wrong.