puleos / object-hash

Generate hashes from javascript objects in node and the browser.
MIT License
1.41k stars 145 forks source link

Does it hash deeply, with very large json objects? Does it ignore ordering differences (whilst respecting array ordering). #154

Open smhk opened 1 month ago

smhk commented 1 month ago

Does it hash deeply, with very large json objects?

Further, does it ignore ordering differences (whilst respecting array ordering).

In short does it work exactly like, say fast-deep-equal ?

Sorry guys - this is not made clear on the page or the doco! TY