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

refactor(validate): remove need for default trait #2

Merged
merged 3 commits into from
May 22, 2024

Conversation

JoviDeCroock
Copy link
Contributor

This replaces the need for the Default trait with DefaultIn so that we always allocate everything on our arena. This speeds up validation considerably.

@JoviDeCroock JoviDeCroock requested a review from dpetrick May 22, 2024 17:16
Co-authored-by: dpetrick <[email protected]>
@JoviDeCroock JoviDeCroock force-pushed the remove-need-for-default branch from 7159e62 to cf66425 Compare May 22, 2024 17:21
@JoviDeCroock JoviDeCroock merged commit 7082b41 into main May 22, 2024
1 check passed
@JoviDeCroock JoviDeCroock deleted the remove-need-for-default branch May 22, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants