magic-script-components-react-native icon indicating copy to clipboard operation
magic-script-components-react-native copied to clipboard

Performance tests of iOS bridge.

Open pleszkiewicz opened this issue 6 years ago • 0 comments

We need to measure performance on iOS side - especially the performance of communication between js and iOS. Candidates for investigation:

  • Convert.swift - we should stop using numberFormatter to convert a value into a particular numeric type (like CGFloat, Float, Double or Int).
  • UiNodesManager.swift - update mechanism.
  • Double-check if all dateFormatters or numberFormatters are created only once (static) as they may affect performance.
  • Try to build a huge scene (1mln components if possible) and check what happens.

pleszkiewicz avatar Dec 05 '19 11:12 pleszkiewicz