Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider Node.js native crc32 method instead of buffer-crc32 dependency #82

Open
ijisol opened this issue Oct 20, 2024 · 1 comment
Open

Comments

@ijisol
Copy link

ijisol commented Oct 20, 2024

zlib.crc32(data[, value]) is added in v22.2.0 and v20.15.0.

As a side note, if you drop support for older Node.js versions, there's no reason to use the wrapper functions for bufferFrom() and bufferIncludes() anymore.

@thejoshwolfe
Copy link
Owner

thanks for the heads up about the native crc32 implementation! that would be much better when available. I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants