epoberezkin / fast-deep-equal

The fastest deep equality check with Date, RegExp and ES6 Map, Set and typed arrays support
MIT License
1.86k stars 101 forks source link

Update Benchmark for LTS Node Version #143

Open cjlludwig opened 3 months ago

cjlludwig commented 3 months ago

Definitely a nitpick but would love to see the README / benchmark logic updated to the LTS Node version!

https://nodejs.org/en/download

https://github.com/epoberezkin/fast-deep-equal/blob/master/README.md#performance-benchmark

benasher44 commented 2 months ago

Performance improvements were made to isDeepStrictEqual as of node 18, so it would be great to see this updated https://github.com/nodejs/node/commits/main/lib/internal/util/comparisons.js