Skip to content

Improve EventTarget performance

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Work in progress PR for improving performance of EventTarget by optimizing for singular handlers and then utilizing an array rather than a linked list.

Closes https://github.com/nodejs/node/issues/34074

Merge request reports

Loading