Playground speed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Playground speed

Stephan Eggermont-3
I changed CCBuilder>>wallLayout to have 10000 elements instead of 1000. That had a significant
impact on the speed of the playground. Doing CCBuilder (cmd-O) took >15s.
It looks like something is getting precomputed prematurely. Rotating and zooming the resulting
view worked well.

Stephan
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Playground speed

Richard Wettel-3
That's because at the moment all the examples are being loaded at the beginning.
Ricky


On Wed, Mar 12, 2014 at 11:08 AM, Stephan Eggermont <[hidden email]> wrote:
I changed CCBuilder>>wallLayout to have 10000 elements instead of 1000. That had a significant
impact on the speed of the playground. Doing CCBuilder (cmd-O) took >15s.
It looks like something is getting precomputed prematurely. Rotating and zooming the resulting
view worked well.

Stephan
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev