react-native-macos/ReactCommon
Valentin Shergin c3ecae0db4 Fabric: Using small_vector for SharedShadowNodeList
Summary:
SharedShadowNodeList is one of the core collections in Fabric. Every ShadowNode has one, it's used intensivly during diffing and so on.
Usually, nodes have a very few children, so using `small_vector` instead of regular `vector` should save us a lot of memory allocations.

Reviewed By: JoshuaGross

Differential Revision: D14249201

fbshipit-source-id: 53297caa027a74099d0a1ed4a3cce78f8feb651b
2019-03-07 13:41:20 -08:00
..
better Fabric: Using small_vector for SharedShadowNodeList 2019-03-07 13:41:20 -08:00
config xplat// -> fbsource//xplat/ for xplat/js 2019-02-14 23:53:32 -08:00
cxxreact Add assorted missing includes in xplat 2019-02-28 00:52:48 -08:00
fabric Fabric: Using small_vector for SharedShadowNodeList 2019-03-07 13:41:20 -08:00
jsi Fix crash when calling substring() on a string containing emoji. (#23609) 2019-03-01 00:57:00 -08:00
jsiexecutor Add assorted missing includes in xplat 2019-02-28 00:52:48 -08:00
jsinspector Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
microprofiler Fix portability issues to Linux, FreeBSD, and older libc++ 2019-01-31 17:45:20 -08:00
turbomodule/core Broadcast TurboModule creation 2019-03-01 12:29:34 -08:00
utils Fabric: Introducing SimpleThreadSafeCache 2019-03-03 12:07:12 -08:00
yoga for experimentation: configurable measure cache size 2019-03-02 12:43:01 -08:00