浏览代码

Update README.md

wkh237 8 年前
父节点
当前提交
188629e39d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

654
 
654
 
655
 ---
655
 ---
656
 
656
 
657
-**Reduce RCT Bridge Overhead and BASE64 Time**
657
+**Reduce RCT Bridge and BASE64 Overheard **
658
 
658
 
659
 React Native connects JS and Native context by passing JSON through React bridge, therefore there will be an overhead to convert data before they sent. When data is large, this will be quite a performance impact to your app, it's recommended to use file storage instead of BASE64 if possible. The following chart shows how much faster when loading data from storage than BASE64 encoded string on iphone 6.
659
 React Native connects JS and Native context by passing JSON through React bridge, therefore there will be an overhead to convert data before they sent. When data is large, this will be quite a performance impact to your app, it's recommended to use file storage instead of BASE64 if possible. The following chart shows how much faster when loading data from storage than BASE64 encoded string on iphone 6.
660
 
660