Ticket #396 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by scoder

  • owner changed from somebody to scoder

Changed 4 years ago by scoder

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.