Skip to content

lib: change forEach to for-loop

for-loop is faster than forEach. In performance-strict environment like bootstrap_node.js this matters.

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

lib

Merge request reports

Loading