Re: object replication

new topic     » goto parent     » topic index » view thread      » older message » newer message

I think the reason for the first routine performing so badly was inefficient
programming technique. I had been appending the entire resultant sequence
together, say, 1500 * 12 appendations(including piecing of name strings
together) . But my second routine declared space first (in a manner of
speaking), ie:

sequence result
result=repeat({0,0,0,0,0,0,0,0,0,0,0,0},1500)

and then various direct assignments were made to it.


>errr... someone wrote:
>>>Well, I have spent a couple hours recreating this program
>>>and, you know, I cannot duplicate the anomaly.
>
>Ralf Nieuwenhuijsen wrote:
>>There are two possible explenations for this, that I can come up with:
>
>i've thought of another possible explanation...
>
>what version of EU were you using before and what version are
>you using now???
>
>if you're using a later version, it could handily explain
>the anomaly that can't be reproduced...
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu