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

add initial zlib module with crc32 #2477

Merged
merged 1 commit into from
Aug 5, 2024
Merged

add initial zlib module with crc32 #2477

merged 1 commit into from
Aug 5, 2024

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Aug 5, 2024

Initializes node:zlib and implements only crc32 for now.

Copy link
Collaborator

@garrettgu10 garrettgu10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!



// The following test data comes from
// https://github.com/zlib-ng/zlib-ng/blob/5401b24/test/test_crc32.cc
Copy link
Collaborator

@garrettgu10 garrettgu10 Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love the comment on testcase sourcing, hope to see more of this in the future

@anonrig anonrig merged commit 920ff29 into main Aug 5, 2024
8 of 9 checks passed
@anonrig anonrig deleted the yagiz/zlib-crc32 branch August 5, 2024 19:41
@npaun npaun mentioned this pull request Aug 6, 2024
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants