react-native/Examples/UIExplorer/UIExplorer.xcodeproj
Nick Lockwood 5136d95f2c Reduce boxing overhead of arrays in uiBlockWithLayoutUpdateForRootView
Summary: The view update cycle in UIManager was relying on a bunch of boolean values boxes as NSNumbers in parallel arrays. This diff packs those values into a struct, which is more efficient and easier to maintain.

Reviewed By: javache

Differential Revision: D3365346

fbshipit-source-id: d9cbf2865421f76772c1761b13992d40ec3675f0
2016-05-31 08:43:24 -07:00
..
xcshareddata/xcschemes Fixed UIExplorer 2016-05-24 02:58:23 -07:00
project.pbxproj Reduce boxing overhead of arrays in uiBlockWithLayoutUpdateForRootView 2016-05-31 08:43:24 -07:00