Poor performance when running in Processing
in
Integration and Hardware
•
1 year ago
I'm using Processing 2.0b3 on Windows 7.
I have a physics simulation application that does a significant amount of math and a moderate amount of drawing.
When I export it to a Windows application and run it, I see about a 300% performance increase over running it straight from processing.
I see the same when I compile and run the generated source files in Eclipse (which I did for profiling).
When the project is run from within the Processing IDE, what is the Processing environment doing that is causing such a large performance hit and how can I stop it from doing whatever that is?
It's especially important to me because a client specifically tasked me with optimizing the performance of this application, but the client also wishes to run it from within the IDE.
Thanks,
J
1