Improve your programs performance with backgroundlog
Improve your programs performance with backgroundlog backgroundlog is a library that allows you to use a background thread to write log messages. The idea for that is to be transparent to the developer, in the sense that they do not need to worry about async functions, the event loop, or managing threads.
Introduction The other day I was having a conversation with another software engineer about how to read lines from a file and write in another file in the most performant way possible.
[Read More]