## 项目目的
源于在做 React Native 包拆分的需求时,比较 bsdiff 和 google-diff-match-patch 在生成差量文件上的性能差异。
- bsdiff (http://www.daemonology.net/bsdiff/)
- google-diff-match-patch (https://github.com/bystep15/google-diff-match-patch)
- metro-bundle(https://facebook.github.io/metro/)
## 实验数据
- Hello World 工程中的 jsbundle 对比
| 工具名称 | bsdiff | google-diff-match-patch | metro-bundle |
| --------------------------- | ------------- | ----------------------- | ------------- |
| Common 包 | 764,797 bytes | 764,797 bytes | 764,797 bytes |
| HelloWorld 完整包 | 767,338 bytes | 767,338 bytes | 767,338 bytes |
| HelloWorld 业务补丁 (patch) | 1,324 bytes | 42,891 bytes | 2,783 bytes |
| 拆分时间 (diff time) | 1,042 ms | 2,410 ms | - |
| 合并时间 (patch time) | 32 ms | 258 ms | - |
bsdiff| google-diff-match-patch | metro-bundle 文件差异分析工具性能比对
瓦哥架构实战2024-01-17 10:01
相关推荐
落落落sss29 分钟前
MQ集群我救我自己29 分钟前
UE5运行时创建slate窗口2401_853275731 小时前
ArrayList 源码分析爪哇学长1 小时前
SQL 注入详解:原理、危害与防范措施MoFe11 小时前
【.net core】【sqlsugar】字符串拼接+内容去重_江南一点雨1 小时前
SpringBoot 3.3.5 试用CRaC,启动速度提升3到10倍转转技术团队1 小时前
空间换时间-将查询数据性能提升100倍的计数系统实践深情废杨杨1 小时前
后端-实现excel的导出功能(超详细讲解)智汇探长2 小时前
EasyExcel自定义设置Excel表格宽高酸奶代码2 小时前
Spring AOP技术