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

Optimise various "unicode" type methods #1081

Closed
robertwb opened this issue Mar 21, 2010 · 1 comment
Closed

Optimise various "unicode" type methods #1081

robertwb opened this issue Mar 21, 2010 · 1 comment

Comments

@robertwb
Copy link
Contributor

Candidates:

unicode.join()
unicode.split()
unicode.splitlines()
unicode.startswith()/unicode.endswith()
unicode.find()/unicode.rfind()
unicode.replace()

Migrated from http://trac.cython.org/ticket/521

@robertwb
Copy link
Contributor Author

scoder changed resolution to fixed
status from new to closed
commented

Implemented between revisions a92b70b5624e and 55e4a1db211f.

http://hg.cython.org/cython-devel/rev/a92b70b5624e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant