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

sort: perform plain string comparison #331

Merged
merged 1 commit into from
Aug 7, 2015
Merged

sort: perform plain string comparison #331

merged 1 commit into from
Aug 7, 2015

Conversation

odeke-em
Copy link
Owner

@odeke-em odeke-em commented Aug 7, 2015

The previous use of a collator was causing a lot of out memory
problems for folks on low powered devices. The old collator
actually was using an undefined language locale so seems
unnecessary.

This PR addresses issues #330 #329 #273 #323.

The previous use of a collator was causing a lot of out memory
problems for folks on low powered devices. The old collator
actually was using an undefined language locale so seems
unnecessary.
@odeke-em odeke-em merged commit bae47eb into master Aug 7, 2015
@odeke-em odeke-em deleted the sort-no-collator branch August 9, 2015 09:52
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.

None yet

1 participant