Hello Alexander, the data array is intended to store data and not for storing such big objects like qooxdoo objects. Thats why its so slow. If you want to have those convenient methods, you could use the native arrays and take the static types of methods in qx.lang.Array (http://demo.qooxdoo.org/current/apiviewer/#qx.lang.Array). I guess thats what you are looking for? Best, Martin
A.Yerenkow wrote: > > Hello guys! > I'm trying to use qx.data.Array as storage of pretty complex objects > (mainly > qx.ui.form elements); > Seems it's slow :( > I've about 500-700 millisecs when making > qxArray.push(myObj); > I decided to use simple array, and I have on same PC about 2-4 msecs: > simpleArray[simpleArray.length] = myObj; > Have you in plans make some other lightweight collection wrappers, without > events, etc; but with optimized "contains(), add(), remove(), etc". > Thanks. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://n2.nabble.com/qx.data.Array-slow-tp3431702p3435831.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
