main
lib: lazily initialize kEvents and kHandlers maps
assert,util: handle invalid dates as equal in deep comparison
lib: rewrite AsyncLocalStorage without async_hooks
benchmark: reduce the buffer size for blob
src: add Latin1 fast path in StringBytes::Encode utf8
benchmark: add child_process async path baselines
benchmark: calibrate config cluster/echo.js
console: optimize single-string logging
benchmark: trim down the argon2 sets
dgram: skip dns.lookup() for literal IP addresses
benchmark: reduce N for diagnostics_channel subscribe benchmark
benchmark: add trailing commas
benchmark: update iterations of benchmark/domain/domain-fn-args.js
errors: fix stacktrace of SystemError
benchmark: remove deprecated _extend from benchmark
benchmark: use typescript for import cjs benchmark
events: optimize EventTarget.addEventListener
ffi: shrink trampoline placement probe window
module: remove --experimental-transform-types
src: dispatch ToV8Value(string_view) via StringBytes::Encode
http: implement slab allocation for HTTP header parsing
benchmark: add trailing commas in `benchmark/http2`
lib,src: isInsideNodeModules should test on the first non-internal frame
util: remove internal mime fns from benchmarks
src,test: disable trace events tests when perfetto is enabled
benchmark: add per-suite setup option
node-api: fix node_api_create_object_with_properties name
net: improve performance of net.BlockList
os: improve `tmpdir` performance
path: add benchmarks for path.matchesGlob()
benchmark: add nodeTiming.uvmetricsinfo bench
benchmark: update count to n in permission startup
process: optimize asyncHandledRejections by using FixedQueue
readline: reduce createInterface overhead
benchmark: add source map and source map cache
benchmark: add SQLite benchmarks
stream, quic: update iterable streams backpressure
benchmark: adjust configuration for string-decoder bench
benchmark: add test runner hooks and options
tls: remove deprecated tls.createSecurePair
deps: update ada to 4.0.0
util: create hex style cache and fast path
lib: avoid quadratic shift() in startup snapshot callback
lib: improve performance of validateStringArray and validateBooleanArray
benchmark: add benchmark for leaf source text modules
lib: enable WebSocket by default
src: unflag --experimental-webstorage by default
stream: use the ring buffer for pending BYOB pull-into descriptors
lib: update usage of always on Atomics API
zlib: implement fast path for crc32
benchmark,doc: mention bar.R to the list of scripts
tools: enable no-unused-expressions lint rule
benchmark: use t-test for comparing node versions
benchmark: small lint fix on _cli.js
lib: prefer logical assignment
benchmark: fix http2 benchmarks
benchmark: add bar.R
benchmark: fix calibrate-n option handling
benchmark: allow boolean option values
benchmark: improve compare.R output
benchmark: inherit stdio/stderr instead of pipe
benchmark: improve cpu.sh for safety and usability
tools: import rather than require ESLint plugins
benchmark: add --track to benchmark
benchmark: add lines to scatter plots
tools: enable no-else-return lint rule