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

eliminate Decoder.Result objects #22

Merged
merged 1 commit into from
Jan 3, 2016
Merged

Conversation

phraktle
Copy link
Contributor

@phraktle phraktle commented Jan 3, 2016

The ByteBuffer itself keeps track of the read position. Reduces object churn (#13), also simplifies the code.

The ByteBuffer itself keeps track of the read position.
@oschwald
Copy link
Member

oschwald commented Jan 3, 2016

Thanks! This is a big improvement in terms of readability.

oschwald added a commit that referenced this pull request Jan 3, 2016
eliminate Decoder.Result objects
@oschwald oschwald merged commit c40000e into maxmind:master Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants