[REBOL] [REBOL]Finding characters in strings/Comparing Re:

2000-05-17 Thread icimjs
Hi Tim, you wrote: [...] I would love to see some input and discussion as to what is the most efficient of the three functions. [...] If you compare char-pos1 to char-pos2 then the only difference is that char-pos2 adds a call to found? to char-pos1. It's probably safe to speculate that

[REBOL] [REBOL]Finding characters in strings/Comparing Re:(2)

2000-05-17 Thread tim
Hey Elan! This is really important info, as far as I am concerned. The side effect is that you also showed me how to do simple bench-marking. I had speculated myself that char-pos1 would be the fastest. Thanks, and good luck with the book! Tim At 04:53 PM 5/17/00 -0700, you wrote: Hi Tim,