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 use of BinaryDecoder with direct access #56

Closed
cowtowncoder opened this issue Mar 9, 2017 · 1 comment
Closed

Replace use of BinaryDecoder with direct access #56

cowtowncoder opened this issue Mar 9, 2017 · 1 comment
Labels
Milestone

Comments

@cowtowncoder
Copy link
Member

Due to other rewrites use of Avro-lib BinaryDecoder has been shrunk to a small subset. By removing the rest would allow some efficiency gains, not because decoder is slow, but because using it requires additional buffers which could be eliminated with direct access.

@cowtowncoder cowtowncoder changed the title [avro] Replace use of BinaryDecoder with direct access Replace use of BinaryDecoder with direct access Jul 30, 2017
@cowtowncoder cowtowncoder added this to the 2.9.0 milestone Jul 30, 2017
@cowtowncoder
Copy link
Member Author

Was implemented for 2.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant