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 internal parsing logic to separate Buffer class, remove dead code and improve performance #54

Merged
merged 4 commits into from
Jun 19, 2018

Conversation

clue
Copy link
Contributor

@clue clue commented Jun 18, 2018

This PR refactors a fair bit of the internal parsing logic and moves buffering logic into a separate Buffer class that replaces the legacy Binary class which contained a lot of dead code. This significantly improves code quality, test coverage and parsing performance.

This does not affect any of the outside behavior, so this should have no effect for consumers of this project. I've preserved individual commits to ease reviewing.

Builds on top of #53

@clue clue added this to the v0.4.0 milestone Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants