Skip to content

Use sse4_crc32 directly #6

@zbjornson

Description

@zbjornson

This module tries to load fast-crc32c, which just re-exports functions from sse4_crc32. What do you think of cutting out fast-crc32c and using sse4_crc32 for simplicity?

Looks like fast-crc32c would have only been necessary before f675008 (where you moved the JS impl into this module directly).

The try/catch would still have to try fast-crc32c for at least some time since it's opportunistically loaded (i.e. this change wouldn't cascade down the dependency chain).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions