Re: 3.0.3 Release Candidate for Windows/DOS
- Posted by c.k.lester <euphoric at cklester.com> May 26, 2007
- 703 views
Robert Craig wrote: > * New built-in routines, find_from() and match_from() have been added. > These work like find() and match() but they let you start searching > from any element in the sequence, not necessarily at element 1. This > makes some algorithms simpler and much faster. Implemented by Matthew > Lewis. Actually, I implemented this enhancement. :)