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

Bug fixes and additional suffix sort algorithms #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bug fixes and additional suffix sort algorithms #1

wants to merge 1 commit into from

Conversation

jzebedee
Copy link
Contributor

Added Yuta Mori's induced sort
Added the option to select a SuffixSort algorithm

Replaced WriteInt64 with a faster method
Fixed an erroneous throw if a patch completes without any extra data
Fixed db/eb being allocated with an extra byte
Moved constant fields together

Added the option to select a SuffixSort algorithm
Replaced WriteInt64 with a faster method
Fixed an erroneous throw if a patch completes without any extra data
Fixed db/eb being allocated with an extra byte
Moved constant fields together
@amanda-mitchell
Copy link

It appears that you changed the line endings in BinaryPatchUtility.cs, which distorts the results of blame and makes it more difficult to review the actual changes.

Could you fix the line endings and push an updated commit?

@jzebedee
Copy link
Contributor Author

Sorry to make it unclear; the source was formatted to Microsoft
convention (http://msdn.microsoft.com/en-us/library/ff926074.aspx) which
changed the indentation. You can append ?w=1 to the URL to see the diff
with whitespace ignored:

jzebedee@c563cb5?w=1

Let me know if you'd still prefer another push.

On Mon, Jul 21, 2014 at 10:53 PM, David Mitchell [email protected]
wrote:

It appears that you changed the line endings in BinaryPatchUtility.cs,
which distorts the results of blame and makes it more difficult to review
the actual changes.

Could you fix the line endings and push an updated commit?


Reply to this email directly or view it on GitHub
#1 (comment).

@jzebedee
Copy link
Contributor Author

David,

I've created two new pull requests for the bugfixes and added features, respectively. They should be free of any formatting quirks. Feel free to close this one.

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