Your search query "linkto%3A%22SpeedUp2to3PatternMatching%22" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.

Clear message

The largest part of the the 2to3 runtime is spent in the pattern matching algorithm. This currently uses a fairly naive back-tracking approach. Replacing it with an algorithm based on the computation of finite state machines out of the patterns should allow efficient simultaneous matching of patterns with many alternatives. Interested students should contact martin@v.loewis.de.

Unable to edit the page? See the FrontPage for instructions.