## 项目目的
源于在做 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
相关推荐
m0_677904846 分钟前
K8s学习Fate_I_C19 分钟前
Kotlin 内部类和嵌套类宸津-代码粉碎机40 分钟前
Spring Boot 4.0 实战技巧全解析Makoto_Kimur42 分钟前
Java Scanner 的 ACM 常用输入模板0xDevNull1 小时前
Spring 核心教程:@Component vs @Bean 深度解析小碗羊肉1 小时前
【从零开始学Java | 第三十二篇】方法引用(Method Reference)满满和米兜1 小时前
【Java基础】- 集合-HashSet与TreeSet网安INF1 小时前
数据结构第二章复习:线性表aq55356001 小时前
Laravel10.X核心特性全解析