Skip to content

v7.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 17:30
· 18 commits to main since this release
feat: remove fast-json-stringify

With "fast-json-stringify":
simple message x 731,726 ops/sec ±1.00% (96 runs sampled)
message with printf x 604,838 ops/sec ±0.98% (95 runs sampled)
message with context x 660,218 ops/sec ±0.68% (97 runs sampled)
message with large context x 715,211 ops/sec ±1.52% (74 runs sampled)
message with large context x 724,470 ops/sec ±1.29% (77 runs sampled)

Without "fast-json-stringify":
simple message x 630,566 ops/sec ±0.59% (99 runs sampled)
message with printf x 551,880 ops/sec ±0.49% (100 runs sampled)
message with context x 577,205 ops/sec ±0.57% (99 runs sampled)
message with large context x 620,727 ops/sec ±1.03% (78 runs sampled)
message with large context x 622,001 ops/sec ±1.47% (76 runs sampled)

The difference is too minor at this point to make it worthwhile