>That is an object used in prelude.  It is passed around everywhere.

The question was how to make it faster.  

In a loop you want to eliminate redundant overhead to accomplish this.

The way to stop that overhead in the reference to dynamic vars is to place
them into single attr vars as Kevin suggested; thereby reducing the dynamic
parsing that occurs automatically in the background.

After the loop, THEN put them back in the object.

You will see a SIGNIFICANT increase in AFishInSea with this simple task.  I
do it routinely....

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to