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

Create shortcuts for ASCII inputs #21

Open
behnam opened this issue Jun 27, 2017 · 0 comments
Open

Create shortcuts for ASCII inputs #21

behnam opened this issue Jun 27, 2017 · 0 comments
Labels
enhancement Enhancements to existing features
Milestone

Comments

@behnam
Copy link
Member

behnam commented Jun 27, 2017

A big part of the input to many Unicode algorithms is ASCII-only or ASCII-majority, specially in early stages of application development.

Most properties/algorithms have a clear and easy effect on ASCII input, that can be put together in a couple of lines of code, usually. And in many cases, this only adds one if condition to the log(n) bsearch checks that follows.

We want to benefit from this and make these algorithms much faster for the common case, to make adoption easier for developers.

@behnam behnam self-assigned this Jun 27, 2017
@behnam behnam added this to the UNIC-1.0 milestone Jun 27, 2017
@behnam behnam added the enhancement Enhancements to existing features label Jun 27, 2017
@behnam behnam removed their assignment Jul 14, 2017
@behnam behnam modified the milestones: UNIC-0.6, UNIC-1.0 Aug 4, 2017
@behnam behnam modified the milestones: UNIC-0.6, UNIC-0.7 Sep 18, 2017
@behnam behnam modified the milestones: UNIC-0.7, UNIC-1.0 Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant