Hi all,
I am testing the rendering time of an extremely large dataset in a table
without a web server. The table has 6 columns and 50,000 rows. I have
generated some test data as a JSON object with the following structure :
{contents : [ {project : "_proj1" sessions : [{name : "_sess1" ...}, ...]} ,
...] }
which I am rendering into a table like so :
|Project|Session | ....
-----------------------------------------------
|_proj1 | _sess1 | ...
... 50,000 more rows.
I have added the test json data directly as a member of a qooxdoo class like
so :
qx.Class.define ("app.LargeTest" , {
extends : qx.core.Object,
members : {
largeData : {contents : [ {project : "_proj1" sessions : [{name :
"_sess1" ...}, ...]} , ...] }
}
});
The test data file is about 6MB of pure text. When I do "generate.py
source", it completes in about 10 minutes - but the "generate.py build" has
been stuck at 90% for the past hour with the python process taking 100% of
CPU. Should I terminate the process? Is there a better way to load this data
without a server?
Thanks!
-deech
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel