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

WIP: Branch/rutf8 simd #4801

Open
wants to merge 11 commits into
base: branch/default
Choose a base branch
from
Open

Conversation

gitlab-importer
Copy link

In GitLab by @planrich on Feb 28, 2020, 13:21

This helps to speed up the calls to count the utf8 code points (e.g. len(unicodestr)). On the benchmark on python2 this is pretty insignificant. Doing a lot of string length calls in a loop on unicode objects shows speedup. The effect would be much more interesting on Python 3.X

@gitlab-importer
Copy link
Author

In GitLab by @mattip on Jun 29, 2020, 02:04

The 7.3.2 release is getting closer. @planrich will you be continuing with this?

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

2 participants