@@ -237,31 +237,31 @@ get-value is more reliable and has more features than dot-prop, without sacrific
237
237
238
238
```
239
239
# deep (338 bytes)
240
- dot-prop x 2,899,778 ops/sec ±0.43 % (98 runs sampled)
241
- dotty x 2,139,156 ops/sec ±0.27 % (97 runs sampled)
242
- get-value x 3,864,449 ops/sec ±0.88 % (100 runs sampled)
243
- getobject x 1,221,163 ops/sec ±1.13 % (98 runs sampled)
244
- object-path x 993,432 ops/sec ±1.11 % (96 runs sampled)
240
+ dot-prop x 2,524,501 ops/sec ±3.47 % (90 runs sampled)
241
+ dotty x 1,990,042 ops/sec ±1.10 % (91 runs sampled)
242
+ get-value x 3,776,247 ops/sec ±0.71 % (98 runs sampled)
243
+ getobject x 1,166,194 ops/sec ±2.94 % (94 runs sampled)
244
+ object-path x 975,380 ops/sec ±0.27 % (97 runs sampled)
245
245
246
- fastest is get-value (by 33 % avg)
246
+ fastest is get-value (by 50 % avg)
247
247
248
248
# root (215 bytes)
249
- dot-prop x 24,357,281 ops/sec ±1.85 % (90 runs sampled)
250
- dotty x 18,173,291 ops/sec ±0.69 % (93 runs sampled)
251
- get-value x 37,147,377 ops/sec ±1.60 % (90 runs sampled)
252
- getobject x 8,675,247 ops/sec ±1.79 % (95 runs sampled)
253
- object-path x 12,776,129 ops/sec ±0.73 % (96 runs sampled)
249
+ dot-prop x 18,774,512 ops/sec ±0.67 % (95 runs sampled)
250
+ dotty x 16,732,378 ops/sec ±0.66 % (95 runs sampled)
251
+ get-value x 35,516,146 ops/sec ±1.16 % (92 runs sampled)
252
+ getobject x 7,743,671 ops/sec ±2.99 % (95 runs sampled)
253
+ object-path x 11,955,285 ops/sec ±0.48 % (95 runs sampled)
254
254
255
- fastest is get-value (by 53 % avg)
255
+ fastest is get-value (by 89 % avg)
256
256
257
257
# shallow (91 bytes)
258
- dot-prop x 12,739,600 ops/sec ±0.60 % (90 runs sampled)
259
- dotty x 9,886,136 ops/sec ±0.98 % (95 runs sampled)
260
- get-value x 11,696,815 ops/sec ±0.77 % (97 runs sampled)
261
- getobject x 4,714,011 ops/sec ±0.47 % (98 runs sampled)
262
- object-path x 4,943,245 ops/sec ±2.26 % (97 runs sampled)
258
+ dot-prop x 10,195,874 ops/sec ±0.88 % (95 runs sampled)
259
+ dotty x 8,383,019 ops/sec ±0.81 % (97 runs sampled)
260
+ get-value x 9,891,229 ops/sec ±0.88 % (90 runs sampled)
261
+ getobject x 4,333,202 ops/sec ±1.52 % (99 runs sampled)
262
+ object-path x 4,568,894 ops/sec ±1.60 % (94 runs sampled)
263
263
264
- fastest is dot-prop (by 9 % avg)
264
+ fastest is dot-prop (by 3 % avg)
265
265
266
266
```
267
267
@@ -345,13 +345,13 @@ You might also be interested in these projects:
345
345
346
346
### Contributors
347
347
348
- | ** Commits** | ** Contributor** |
349
- | --- | --- |
350
- | 89 | [ jonschlinkert] ( https://github.com/jonschlinkert ) |
351
- | 2 | [ doowb] ( https://github.com/doowb ) |
352
- | 2 | [ felladrin] ( https://github.com/felladrin ) |
353
- | 1 | [ onokumus] ( https://github.com/onokumus ) |
354
- | 1 | [ joepie91] ( https://github.com/joepie91 ) |
348
+ | ** Commits** | ** Contributor** |
349
+ | --- | --- |
350
+ | 89 | [ jonschlinkert] ( https://github.com/jonschlinkert ) |
351
+ | 2 | [ doowb] ( https://github.com/doowb ) |
352
+ | 2 | [ felladrin] ( https://github.com/felladrin ) |
353
+ | 1 | [ onokumus] ( https://github.com/onokumus ) |
354
+ | 1 | [ joepie91] ( https://github.com/joepie91 ) |
355
355
356
356
### Author
357
357
@@ -368,4 +368,4 @@ Released under the [MIT License](LICENSE).
368
368
369
369
***
370
370
371
- _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.8.0, on January 28, 2025._
371
+ _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.8.0, on January 28, 2025._
0 commit comments