Skip to content

src: improve StreamBase write throughput

Improve performance by transferring information about write status to JS through an AliasedBuffer, rather than object properties set from C++.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading