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

Optimised the general unicode combinators for Lexer #153

Merged
merged 3 commits into from
Jan 25, 2023

Conversation

j-mie6
Copy link
Owner

@j-mie6 j-mie6 commented Jan 24, 2023

Optimises the generic combinators used for unicode consumption: satisfyUtf16 and charUtf16. The former was previously using a flatMap, so this should be a substantial improvement.

@j-mie6 j-mie6 added the patch This change doesn't affect the API label Jan 24, 2023
@codeclimate
Copy link

codeclimate bot commented Jan 24, 2023

Code Climate has analyzed commit 2b24e6b and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Style 1

The test coverage on the diff in this pull request is 94.8% (50% is the threshold).

This pull request will bring the total coverage in the repository to 90.1%.

View more on Code Climate.

@j-mie6 j-mie6 merged commit f3e0427 into master Jan 25, 2023
@j-mie6 j-mie6 deleted the patch/optimised-unicode branch January 25, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch This change doesn't affect the API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant