sergioceron / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Defer time series loading to user request to animate #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Recent instrumenting reveals that the slowest step right now is the loading 
of the time series datawrapper, because it is currently 200 megabytes that 
must be transferred everytime the client loads up.  This suggests that we 
need to move loading the time series data from initialization to just before 
the animate step, and bring up a progress bar just before the first animation 
to give the user a chance to wait for the animation data to download.  
Current instrumenting doesn't reveal how much slower unmarshalling is 
compared to downloading, but downloading 200mb in general is quite slow.

Original issue reported on code.google.com by stephen....@gmail.com on 5 Jun 2009 at 11:42

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 22 Jun 2009 at 8:12

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 12 Aug 2009 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 22 Sep 2009 at 2:29

GoogleCodeExporter commented 8 years ago
For 0.7 we will be doing this client side only.  Will implement the server side 
solution later.

Original comment by stephen....@gmail.com on 5 Oct 2009 at 3:48

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 2 Feb 2010 at 3:04

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 2 Feb 2010 at 3:11

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 30 Apr 2010 at 6:42

GoogleCodeExporter commented 8 years ago

Original comment by stephen....@gmail.com on 12 Jul 2010 at 12:32