You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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