node/lib/internal/util
fengmk2 f36bee4b89
util: avoid run debug when enabled is false
it can improve performace 700x faster

PR-URL: https://github.com/nodejs/node/pull/57494
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
2025-03-23 11:42:42 +01:00
..
parse_args
colors.js lib: refactor code to improve readability 2024-12-02 09:41:23 +01:00
comparisons.js assert: improve partialDeepStrictEqual performance 2025-03-23 11:07:43 +01:00
debuglog.js util: avoid run debug when enabled is false 2025-03-23 11:42:42 +01:00
diff.js util: expose diff function used by the assertion errors 2025-03-23 11:07:43 +01:00
inspect.js util: inspect: do not crash on an Error stack that contains a Symbol 2025-01-30 10:44:33 +01:00
inspector.js
types.js