From 10c06a1968dbf39d8a3790077a3537b8323f36ff Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 6 Oct 2006 15:40:18 +0000 Subject: r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications (This used to be commit ff28ab7314ff1eebcd62f387678b816091af8121) --- .../performance/StringConcat_1.html | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 swat/apps/qooxdoo-examples/performance/StringConcat_1.html (limited to 'swat/apps/qooxdoo-examples/performance/StringConcat_1.html') diff --git a/swat/apps/qooxdoo-examples/performance/StringConcat_1.html b/swat/apps/qooxdoo-examples/performance/StringConcat_1.html new file mode 100644 index 0000000000..f0d1ec901d --- /dev/null +++ b/swat/apps/qooxdoo-examples/performance/StringConcat_1.html @@ -0,0 +1,95 @@ + + + + qooxdoo » Demo + + + + + + + +
+

Tests for String Performance. Using new String instances for concat.

+
    +
  1. Operator +=
  2. +
  3. Operators = and +
  4. +
  5. Concat function
  6. +
  7. Array Push
  8. +
  9. Array Index
  10. +
  11. StringBuilder Object
  12. +
+
+ + + + -- cgit