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 further list methods #960

Closed
robertwb opened this issue Oct 7, 2009 · 3 comments
Closed

Optimise further list methods #960

robertwb opened this issue Oct 7, 2009 · 3 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Oct 7, 2009

Apart from list.append(), other methods like .reverse() or .sort() also merit a direct C-API call.

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

@robertwb
Copy link
Contributor Author

robertwb commented Oct 7, 2009

scoder changed owner from somebody to scoder
commented

@robertwb
Copy link
Contributor Author

robertwb commented Oct 7, 2009

scoder changed milestone from 0.12 to Dupe/Invalid
commented

Implemented here:

http://hg.cython.org/cython-devel/rev/1c2ee9725be9

@robertwb
Copy link
Contributor Author

robertwb commented Oct 7, 2009

scoder changed resolution to duplicate
status from new to closed
commented

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