Hi,

(...)

> Associative structures are best accessed with select, not
> find. The hash! type optimizes select, but is no faster
> than a block with find, as far as I can tell.
>

I think, that Select is sometimes not suitable for accessing the
associative structures. See this:

Associative: [
    1 6
    2 5
    3 4
    4 3
    5 2
    6 1
]

>> print select associative 5
3



Reply via email to