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

Implement node:zlib API #2486

Closed
21 tasks done
npaun opened this issue Aug 6, 2024 · 2 comments
Closed
21 tasks done

Implement node:zlib API #2486

npaun opened this issue Aug 6, 2024 · 2 comments
Assignees

Comments

@npaun
Copy link
Member

npaun commented Aug 6, 2024

Implement an API compatible with node:zlib

@fhanau
Copy link
Collaborator

fhanau commented Aug 6, 2024

@npaun @anonrig feel free to assign me as a reviewer on PRs for this – I have a background in data compression and implemented Brotli support in the runtime so pretty familiar with the C API for brotli/zlib.

@npaun
Copy link
Member Author

npaun commented Aug 28, 2024

Node.js tests relevant to zlib

  • test-zlib-brotli-16GB.js
  • test-zlib-convenience-methods.js
  • test-zlib-flush-drain.js
  • test-zlib-invalid-input-memory.js
  • test-zlib-sync-no-event.js
  • test-zlib-brotli-flush.js (@npaun)
  • test-zlib-crc32.js
  • test-zlib-flush-drain-longblock.js
  • test-zlib.js
  • test-zlib-truncated.js (@npaun)
  • test-zlib-brotli-from-brotli.js
  • test-zlib-create-raw.js
  • test-zlib-flush-flags.js
  • test-zlib-kmaxlength-rangeerror.js
  • test-zlib-unused-weak.js
  • test-zlib-brotli-from-string.js (@npaun)
  • test-zlib-deflate-constructors.js
  • test-zlib-flush.js (@npaun)
  • test-zlib-maxOutputLength.js (@npaun)
  • test-zlib-unzip-one-byte-chunks.js
  • test-zlib-brotli.js
  • test-zlib-deflate-raw-inherits.js
  • test-zlib-flush-write-sync-interleaved.js
  • test-zlib-no-stream.js (@npaun)
  • test-zlib-write-after-close.js
  • test-zlib-brotli-kmaxlength-rangeerror.js
  • test-zlib-destroy.js
  • test-zlib-from-concatenated-gzip.js (@npaun)
  • test-zlib-not-string-or-buffer.js (@npaun)
  • test-zlib-write-after-end.js
  • test-zlib-bytes-read.js
  • test-zlib-destroy-pipe.js
  • test-zlib-from-gzip.js
  • test-zlib-object-write.js
  • test-zlib-write-after-flush.js
  • test-zlib-close-after-error.js
  • test-zlib-dictionary-fail.js
  • test-zlib-from-gzip-with-trailing-garbage.js (@npaun)
  • test-zlib-params.js
  • test-zlib-zero-byte.js
  • test-zlib-close-after-write.js (@npaun)
  • test-zlib-dictionary.js (@npaun)
  • test-zlib-from-string.js (@npaun)
  • test-zlib-premature-end.js
  • test-zlib-zero-windowBits.js
  • test-zlib-close-in-ondata.js
  • test-zlib-empty-buffer.js (@npaun)
  • test-zlib-invalid-arg-value-brotli-compress.js
  • test-zlib-random-byte-pipes.js
  • test-zlib-const.js
  • test-zlib-failed-init.js
  • test-zlib-invalid-input.js
  • test-zlib-reset-before-write.js

@anonrig anonrig closed this as completed Sep 12, 2024
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

3 participants