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

Simplify Sexps and Datum #28

Merged
merged 7 commits into from
Sep 5, 2021
Merged

Simplify Sexps and Datum #28

merged 7 commits into from
Sep 5, 2021

Conversation

certainty
Copy link
Owner

@certainty certainty commented Sep 5, 2021

This removes the the Sexpression type and unifies it with the Datum type. The distinction didn't bring any advantages and in fact was quite a bit weird at some points. As are result, we have less types to deal with and some implementations even got simpler.

Not that this would have been the main reason, but the benchmarks show that parsing has improved by 17% as a consequence. 🎉

@certainty certainty merged commit 9a9a01a into main Sep 5, 2021
@certainty certainty deleted the simplify branch September 5, 2021 10:16
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.

1 participant