#qoi #encode-decode #decode #encode #image-encoding #image #no-std

no-std rapid-qoi

优化 QOI 格式编码器和解码器

12 个版本 (6 个重大更新)

0.6.1 2022年2月18日
0.5.5 2022年1月4日
0.5.2 2021年12月29日
0.1.0 2021年11月30日

压缩 中排名 212

Download history 52/week @ 2024-03-11 132/week @ 2024-03-18 223/week @ 2024-03-25 349/week @ 2024-04-01 77/week @ 2024-04-08 172/week @ 2024-04-15 93/week @ 2024-04-22 66/week @ 2024-04-29 162/week @ 2024-05-06 63/week @ 2024-05-13 58/week @ 2024-05-20 75/week @ 2024-05-27 179/week @ 2024-06-03 65/week @ 2024-06-10 42/week @ 2024-06-17 112/week @ 2024-06-24

每月下载 402
用于 12 个 crate (4 个直接使用)

MIT/Apache 协议

41KB
726

rapid-qoi

crates docs actions MIT/Apache loc

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-2.0 许可证定义的,您提交的任何有意包含在作品中的贡献,将根据上述许可证双重许可,而无需任何附加条款或条件。

依赖项

~135KB