LZ4 – 用于极快压缩算法的 C++ React Native 绑定
原文英文,约200词,阅读约需1分钟。发表于: 。I've been dipping my toes into JSI and C++ lately and, as a result, I got to build a small package called react-native-lz4. It’s a library for fast file compression in React Native using the LZ4...
我开发了一个名为react-native-lz4的库,用于在React Native中使用LZ4算法进行快速文件压缩。该库用C语言编写,支持旧架构和新架构,提供压缩和解压缩功能,并显示处理进度。详情可在GitHub和LZ4官网查看。