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 OneByteChunk with byte array #44

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Conversation

leif81
Copy link
Member

@leif81 leif81 commented Jul 6, 2017

Having to use the OneByteChunk class can be awkward.

Haven't measured it yet, but presume using an array of bytes will be
"faster" than copying individual bytes into OneByteChunk instances.

Having to use the OneByteChunk class can be awkward.

Haven't measured it yet, but presume using an array of bytes will be
"faster" than copying individual bytes into OneByteChunk instances.
@leif81 leif81 requested a review from mcgredonps July 6, 2017 20:52
@mcgredonps
Copy link
Collaborator

Sounds good. Dunno if anyone else relied on the old API; probably not.

@mcgredonps mcgredonps merged commit 3614c4b into master Jul 6, 2017
@leif81 leif81 deleted the rm-onebytechunk branch July 7, 2017 11:31
@leif81
Copy link
Member Author

leif81 commented Jul 7, 2017

Ya true. I used the onebytechunk api in a couple apps of mine. Aside from the breakage when I update, the new api will be appreciated. It changes about 4 lines into one in a few places.

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

Successfully merging this pull request may close these issues.

2 participants