Re: asearch
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 12, 2003
- 533 views
Robert Szalay writes: > I borrowed the lower() that you used in asearch after i tested and found > it was faster. (on my computer, beat wildcard.e's lower by about 12 > seconds over 100,000 passes) > Maybe it should become the official lower() ? > Q: Are you going to get rid of some of the include files ? > Some of the stuff seems to me that it should be built-in. Getting rid of an include file would break a lot of code. upper/lower can be done faster, but I like the extremely short, and completely general versions in wildcard.e In general, I like to implement library routines in Euphoria, rather than enlarge the interpreter by coding them in C. The speed difference is usually not that bad compared to hand-coded C, especially when you use the EtoC Translator. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com