Hello [EMAIL PROTECTED]!
On 08-Lug-00, you wrote:
b> Associative structures are best accessed with select, not
b> find. The hash! type optimizes select, but is no faster
b> than a block with find, as far as I can tell.
>> select ["a" "b" "b" "won't work" "c" "at all"] "a"
== "b"
>> select ["a" "b" "b" "won't work" "c" "at all"] "b"
== "b"
>> select make hash! ["a" "b" "b" "won't work" "c" "at all"] "b"
== "b"
>From this I assume SELECT just uses FIND. That is:
select: func [series value] [second find series value]
(if you allow me the simplification).
Regards,
Gabriele.
--
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
- [REBOL] Previous version Re:(3) jhagman
- [REBOL] Previous version Re:(4) malcolm
- [REBOL] Previous version Re:(5) jhagman
- [REBOL] Previous version Re:(6) malcolm
- [REBOL] Previous version Re:(7) jhagman
- [REBOL] Find speed Re:(3) brian . hawley
- [REBOL] Find speed Re:(4) jimg
- [REBOL] Find speed Re:(5) brian . hawley
- [REBOL] Find speed Re:(4) lmecir
- [REBOL] Re: Find speed giesse
- [REBOL] Re: Find speed alex . pini
- [REBOL] Find speed Re:(2) brian . hawley
- [REBOL] Re: Find speed alex . pini
- [REBOL] Re: Find speed alex . pini
- [REBOL] Find speed /Databases Re:(2) tim
- [REBOL] Find speed Re: Galt_Barber
- [REBOL] Find speed Re:(2) lmecir
- [REBOL] Find speed Re:(3) icimjs
- [REBOL] Find speed Re:(4) lmecir
- [REBOL] Find speed Re: KGD03011
