josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Cleanup Appbase #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Appbase could be made more readable and optimal in performance. We should begin 
[cautiously] to clean things up.

Original issue reported on code.google.com by pympno...@gmail.com on 27 Jan 2012 at 3:29

GoogleCodeExporter commented 9 years ago
Lots of investigation has centered around the View2DEntity.update() method -- 
it seems to be called lots of times, and potentially blocks for up to a frame 
each time:

http://code.google.com/p/openwonderland/source/browse/trunk/modules/foundation/a
ppbase/src/classes/org/jdesktop/wonderland/modules/appbase/client/view/View2DEnt
ity.java#1306

It seems like fixing this method to properly batch changes and apply them once 
per frame would significantly speed up appbase. 

Original comment by jonathan...@gmail.com on 27 Mar 2012 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by pympno...@gmail.com on 25 Oct 2012 at 2:22