Re: strtok-v2.e addition

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu