[REBOL] Re: Finding a value in a series?
From: gjones05:mail:orion at: 22-May-2001 18:16
From "Joel Neely":
<huge snip>
> > It's no surprise that the FIND/SKIP approach is by far the
> > fastest alternative (but, of course, it doesn't use your
> > desired data structure).
<huge snip>
Hi, Joel,
If you still have the test set-up, will you compare select against
find/skip? My own down-n-dirty suggests select is slightly faster than
find/skip. Just curious how your test-jig compares. Thanks!
--Scott Jones