Skip to content
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

Introduce BlockAllocator for ASTNode allocation #412

Merged
merged 1 commit into from Jan 4, 2024

Conversation

marcauberer
Copy link
Member

Introduce BlockAllocator for ASTNode allocation. This increases the performance slightly, because we do not have to do syscalls for each and every allocation for ASTNode allocation.

@marcauberer marcauberer added the improvement Improvement of an existing feature label Jan 4, 2024
@marcauberer marcauberer added this to the 0.19.0 milestone Jan 4, 2024
@marcauberer marcauberer self-assigned this Jan 4, 2024
@marcauberer marcauberer requested a review from a team as a code owner January 4, 2024 22:24
@marcauberer marcauberer enabled auto-merge (squash) January 4, 2024 22:24
@marcauberer marcauberer merged commit 96ba7f1 into main Jan 4, 2024
4 checks passed
@marcauberer marcauberer deleted the feature/pool-allocator-for-ast-nodes branch January 4, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of an existing feature size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant