Hi Sunanda,

> ....and bye, bye console. Feedback know. I'll try again in the next beta.

Have you tryed 1.2.8?

> I have all five "Loius sort" solutions in one file, and I ran the tests as
>
>    loop 5 [do %sort-test.r]
>
> This doesn't just test the different solutions in isolation. It also sees
how
> well they run in an increasing aged (and possibly memory-fragmented)
console.

I have found a problem (cannot be the only one).
It is in Joel code, it does not make a copy on is buffer allocation, so memory
use increases more and more, slowing down Rebol.

Joel code need:

    buffer: copy []

instead of

    buffer: []

---
Ciao
Romano




-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to