Skip to content

Speedup with SSE/AVX extension? #26

@user202729

Description

@user202729

Chromium's zlib fork has a very fast CRC32 implementation using SSE or AVX extension, whichever available on the machine.

Would it be preferable to implement this feature here?

Note that the code there only work for CRC32 (with the fixed polynomial), so we need to either

  • generalize it, or
  • use template specialization to use it in the specific case of CRC32.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions