-
-
Notifications
You must be signed in to change notification settings - Fork 720
refactor(allocator/pool): move AllocatorPool into own directory
#13619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(allocator/pool): move AllocatorPool into own directory
#13619
Conversation
CodSpeed Instrumentation Performance ReportMerging #13619 will degrade performances by 3.32%Comparing Summary
Benchmarks breakdown
Footnotes |
ce04759 to
babbaca
Compare
49ba3fd to
6196929
Compare
6196929 to
cbef849
Compare
Merge activity
|
…3619) Pure refactor. Move all code related to `AllocatorPool` into a directory together, in preparation for further changes.
cbef849 to
a0d7389
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Pure refactor. Move all code related to
AllocatorPoolinto a directory together, in preparation for further changes.