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

calling len() on char* #885

Closed
robertwb opened this issue Jun 1, 2009 · 2 comments
Closed

calling len() on char* #885

robertwb opened this issue Jun 1, 2009 · 2 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Jun 1, 2009

Calling len() on a char* should translate to a call to strlen() instead of creating an intermediate Python string. This has the same semantics as it currently does (i.e. count the string length up the a 0 byte), but would be a lot more efficient.

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

@robertwb
Copy link
Contributor Author

scoder changed milestone from wishlist to 0.12.1
owner from somebody to scoder
status from new to assigned
commented

@robertwb
Copy link
Contributor Author

scoder changed resolution to fixed
status from assigned to closed
commented

Implemented here:

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

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