Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The charts below (created with FlexJS Chart package) show the difference between the optimized (orange) and regular (red) chart components; shorter bars are faster. The performance data were gather from two FlexJS LineCharts of a sine wave: one with optimized components and one without. The charts used BoxItemRenderers for each point plotted along with a LineSegmentItemRenderer to display the line connecting the points. The vertical axis is the average of ten runs in milliseconds.

 

source: flex-asjs/examples/ChartExample using TestModel and SpeedResultsView.

...