Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@Marcisbee Marcisbee released this 29 Aug 15:13
· 6 commits to main since this release
  • Adds deno support;
  • Adds cache;
    This improves performance significantly. There's currently only one (to me) known package that does something like this. So I did a bench against that:

With Cache enabled

messagepipe + cache ........... 108,929,836 ops/sec ±0.12% (100 runs sampled)
format-message + cache ........ 23,294,473 ops/sec ±0.08% (100 runs sampled)

Without Cache

messagepipe ................... 920,184 ops/sec ±0.44% (98 runs sampled)
format-message ................ 356,317 ops/sec ±49.86% (38 runs sampled)

Full Changelog: v0.2.2...v0.2.3