magic-script-components-react-native
magic-script-components-react-native copied to clipboard
Performance tests of iOS bridge.
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.