Skip to content

Commit

Permalink
fix: remove CPU perf
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Apr 18, 2024
1 parent fa4b396 commit 6302191
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/en/blog/announcements/v22-release-announce.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ which contains the full list of commits included in this release.

#### glob and globSync

This release introduces `glob` and `globSync` functions for pattern matching.
This release adds to the `node:fs`module the functions `glob` and `globSync` for pattern matching.
Developers can now utilize these functions for matching file paths based on specified patterns.

Contributed by Moshe Atlow [#51912](https://github.com/nodejs/node/pull/51912)

#### Maglev

V8's Maglev Compiler is now enabled by default on supported architectures (<https://v8.dev/blog/maglev>).
Maglev improves CPU performance for short-lived CLI programs.
Maglev improves performance for short-lived CLI programs.
Contributed by Keyhan Vakil in [#51360](https://github.com/nodejs/node/pull/51360)

#### Support require()ing synchronous ESM graphs
Expand All @@ -53,6 +53,7 @@ the module name space object. In this case it is similar to dynamic
directly.
We intend to eventually enable `require(esm)` by default in the future, without
the flag.

Contributed by Joyee Cheung in [#51977](https://github.com/nodejs/node/pull/51977)

#### Running package.json scripts
Expand Down

0 comments on commit 6302191

Please sign in to comment.