Hello [EMAIL PROTECTED]!

On 21-Apr-00, you wrote:

 r> Thanks, Gabriele, but I am searching each line for a specific
 r> string. I hope I am correct in that converting it to hash
 r> speeds up such searches. To see the beta searchable version of

If I understand you correctly, you are doing something like:

    foreach line db [
        if find line something [ ... ]
    ]

If I'm correct, then there's no point in converting the db to a
hash (at least AFAIK). The hashtable would speed up searches like:

    find db something

Regards,
    Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

Reply via email to