Hi, Matt,
[EMAIL PROTECTED] wrote:
>
> It seems that when repeatedly (over 1000 times) using find on sparse
> hash! block then changing the next item I get incorrect behavior or
> system lock ups...
>
I reran your test using REBOL/Core 2.5.0.3.1 and got a fatal error
on REBOL when using the HASH! version. It looks like a real bug
to me.
I suggest you report it to feedback.
-jn-
--
; sub REBOL {}; sub head ($) {@_[0]}
REBOL []
# despam: func [e] [replace replace/all e ":" "." "#" "@"]
; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"}
print head reverse despam "moc:xedef#yleen:leoj" ;
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.