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

Speed up character processing with list buffer #14

Merged
merged 1 commit into from
Jun 27, 2017

Conversation

pombredanne
Copy link
Contributor

  • Characters are appended to a list buffer and converted to a unicode
    string at the end at once. This speeds up string processing when
    there is a large number of characters to decode and avoids the
    creation of many small intermediate strings.

Signed-off-by: Philippe Ombredanne pombredanne@nexb.com

 * Characters are appended to a list buffer and converted to a unicode
   string at the end at once. This speeds up string processing when
   there is a large number of characters to decode and avoids the
   creation of many small intermediate strings.

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
@TkTech TkTech merged commit c5db1e9 into TkTech:master Jun 27, 2017
@TkTech
Copy link
Owner

TkTech commented Jun 27, 2017

👍 Thank you.

@pombredanne pombredanne deleted the patch-1 branch June 27, 2017 12:59
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