Ticket #396 (closed enhancement: fixed)
Optimise unicode.encode()
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Optimization | Keywords: | |
| Cc: |
Description
Python has various C-API functions for specific encodings. Cython should call them for unicode objects instead of going through the normal Python method call.
Change History
Note: See
TracTickets for help on using
tickets.
