Ticket #521 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

Optimise various "unicode" type methods

Reported by: scoder Owned by: scoder
Priority: major Milestone: 0.13
Component: Optimization Keywords:
Cc:

Description

Candidates:

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

Change History

Changed 4 months ago by scoder

  • status changed from new to closed
  • resolution set to fixed

Implemented between revisions a92b70b5624e and 55e4a1db211f.

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

Note: See TracTickets for help on using tickets.