▲ 1 ▼ Engineering a Fast Logger (blog.coderspirit.xyz) submitted 1 month ago* by castarco@lemmy.ml to c/typescript@lemmy.ml comment fedilink hide all child comments Hi there :) . I recently developed a collection of libraries for ultra-efficient logging in NodeJS, and also pure ESM, for easy tree shaking. In this article I try to explain some of the ideas behind its performance properties.
▲ 1 ▼ Engineering a Fast Logger (blog.coderspirit.xyz) submitted 1 month ago by cm0002@infosec.pub to c/typescript@programming.dev comment fedilink hide all child comments
▲ 2 ▼ Engineering a Fast Logger (blog.coderspirit.xyz) submitted 1 month ago by cm0002@infosec.pub to c/javascript@programming.dev comment fedilink hide all child comments
▲ 3 ▼ Engineering a Fast Logger (blog.coderspirit.xyz) submitted 1 month ago by castarco@lemmy.ml to c/javascript@lemmy.ml comment fedilink hide all child comments Hi! :) . I've recently developed a NodeJS+ESM-only highly efficient logger (Logtau), and I wanted to share some insights on the work done to achieve its performance properties. I hope you'll like it.