12 个版本 (6 个重大更新)
0.6.1 | 2022年2月18日 |
---|---|
0.5.5 | 2022年1月4日 |
0.5.2 |
|
0.1.0 | 2021年11月30日 |
在 压缩 中排名 212
每月下载 402 次
用于 12 个 crate (4 个直接使用)
41KB
726 行
rapid-qoi
QOI 格式的快速实现。参考实现在此 'https://github.com/phoboslab/qoi'
rapid-qoi
是
-
无依赖
-
无 std
-
无不安全代码
-
体积小
-
构建速度快(i9 处理器上清洁构建时间为 0.8 秒)
-
QOI 编码器和解码器中最有效率的实现之一。
# Grand total for qoi benchmark suite # https://qoiformat.org/benchmark/qoi_benchmark_suite.tar decode ms encode ms decode mpps encode mpps ## Intel i9 qoi: 2.009 2.706 231.01 171.52 rapid_qoi: 1.404 2.520 330.72 184.23 ## Apple M1 qoi: 1.676 2.088 277.01 222.26 rapid_qoi: 1.100 1.836 421.99 252.77
请参阅 性能测试 以获取完整报告。
运行cargo run --release -p bench -- [iterations] [path]
许可证
根据您的选择,许可协议为以下之一:
- Apache License, Version 2.0, (license/APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可证 (license/MIT 或 http://opensource.org/licenses/MIT)
。
贡献
除非您明确声明,否则根据 Apache-2.0 许可证定义的,您提交的任何有意包含在作品中的贡献,将根据上述许可证双重许可,而无需任何附加条款或条件。
依赖项
~135KB