Re: strtok-v2.e addition
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 18, 2002
- 393 views
Kat writes: > Rob, how much time is spent on type checks? User-defined type-checks involve a subroutine call and usually a couple of comparisons. If you say: without type_check they won't happen. If you are worried about performance, you should try: with profile or with profile_time to see where the bottleneck really is. It's quite often not where you expect. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com