@@ -162,13 +162,15 @@ indentation: deep circular x 16,443 ops/sec ±0.40% (97 runs sampled)
162162Comparing ` safe-stable-stringify ` with known alternatives:
163163
164164``` md
165- fast-json-stable-stringify x 18,765 ops/sec ±0.71% (94 runs sampled)
166- json-stable-stringify x 13,870 ops/sec ±0.72% (94 runs sampled)
167- fast-stable-stringify x 21,343 ops/sec ±0.33% (95 runs sampled)
168- faster-stable-stringify x 17,707 ops/sec ±0.44% (97 runs sampled)
169- json-stringify-deterministic x 11,208 ops/sec ±0.57% (98 runs sampled)
170- fast-safe-stringify x 21,460 ops/sec ±0.75% (99 runs sampled)
171- this x 30,367 ops/sec ±0.39% (96 runs sampled)
165+ fastest-stable-stringify x 53,720 ops/sec (11 runs sampled)
166+ fast-json-stable-stringify x 48,530 ops/sec (11 runs sampled)
167+ json-stable-stringify x 38,123 ops/sec (11 runs sampled)
168+ fast-stable-stringify x 54,064 ops/sec (12 runs sampled)
169+ faster-stable-stringify x 47,958 ops/sec (10 runs sampled)
170+ json-stringify-deterministic x 35,306 ops/sec (10 runs sampled)
171+ fast-safe-stringify x 44,133 ops/sec (10 runs sampled)
172+ object-identity x 103,553 ops/sec (13 runs sampled)
173+ this x 48,175 ops/sec (11 runs sampled)
172174
173175The fastest is this
174176```
0 commit comments