|
|
|
|
|
by synunlimited
247 days ago
|
|
Speaking of `JSON` functions that can have drastic performance differences, V8 blog[0] recently had a post about improving `JSON.stringify` performance when you don't pass a `replacer` function. Some of the most used functions with performance pitfalls that are easy to trip into. 0: https://v8.dev/blog/json-stringify |
|