[REBOL] Re: Select VS path access
From: robert:muench:robertmuench at: 10-Nov-2002 14:51
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
> On Behalf Of Joel Neely
> Sent: Saturday, November 09, 2002 7:10 PM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Re: Select VS path access
> t: now/time/precise
> loop 1000000 [v: blk/a0]
> to-decimal now/time/precise - t
> == 9.99
Hi, I think I have to memorize the speed check code snippet ;-)).
> ... so it appears that SELECT is faster for small cases, but
> doesn't scale up as well.
Ok, thanks.
> Both return a value, rather than a subseries.
Ups, yep you are right. I mixed it up. Robert