node/lib/internal/perf
Joyee Cheung 5b453d45d6
src: implement structuredClone in native
Simplify the implementation by implementing it directly in C++.
This improves performance and also makes structuredClone supported
in custom snapshots.

PR-URL: https://github.com/nodejs/node/pull/50330
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
2023-11-11 20:38:22 +01:00
..
event_loop_delay.js
event_loop_utilization.js
nodetiming.js
observe.js perf_hooks: reducing overhead of performance observer entry list 2023-10-04 00:38:32 +00:00
performance.js
performance_entry.js perf_hooks: reduce overhead of new user timings 2023-10-05 10:47:49 +00:00
resource_timing.js perf_hooks: reduce overhead of new resource timings 2023-09-30 21:44:02 +00:00
timerify.js
usertiming.js src: implement structuredClone in native 2023-11-11 20:38:22 +01:00
utils.js