fastify / one-line-logger

Helps you format fastify's log into a nice one line message
MIT License
32 stars 7 forks source link

Refactor for performance and nodenext #6

Closed Uzlopak closed 1 year ago

Uzlopak commented 1 year ago

Part of Migration of the infamous triplet to next level, Nodenext support

before:

uzlopak@Battlestation:~/workspace/fastify-org/one-line-logger$ node benchmark/format-message.js
formatMessageColorized x 163,207 ops/sec ±0.42% (190 runs sampled)

after:

uzlopak@Battlestation:~/workspace/fastify-org/one-line-logger$ node benchmark/format-message.js
formatMessageColorized x 1,722,930 ops/sec ±0.51

Checklist

Uzlopak commented 1 year ago

@mcollina This project is not assigned to the @fastify/plugins team. So I can not assign reviewers to it.

Please review: @mcollina @Fdawgs @climba03003 @Eomm

Uzlopak commented 1 year ago

@TommyDew42 Maybe you want also have a say in this.

jsumners commented 1 year ago

I added it to the @fastify/libraries team. This isn't really a plugin.

Uzlopak commented 1 year ago

@TommyDew42 PTAL

Uzlopak commented 1 year ago

@fastify/libraries

Can you please merge?