Skip to content

Use libdeflate? #2

Description

@william-silversmith

A large part of the cost of using PNG is the cost of compressing/decompressing with DEFLATE. The current best DEFLATE implementation (as measured by performance) is probably libdeflate which is a SIMD implementation. However, libdeflate does not support streams (for somewhat obvious reasons). libspng uses streams extensively internally, which is far more flexible, but limits our ability to use libdeflate.

If we rearchitected key parts of libspng, we could use libdeflate and probably get a significantly faster implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions