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

Replace active pattern with structs in the compiler code #16286

Open
psfinaki opened this issue Nov 15, 2023 · 0 comments · May be fixed by #16822
Open

Replace active pattern with structs in the compiler code #16286

psfinaki opened this issue Nov 15, 2023 · 0 comments · May be fixed by #16822
Assignees
Milestone

Comments

@psfinaki
Copy link
Member

psfinaki commented Nov 15, 2023

Part of the upcoming perf effort: should have less allocs and speed things up a bit.

The current best RegEx seems to be this one: (?:let|val)(\s+rec)?\s+\(\|[^|)]+\|_\|\)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants