Thanks for macchiato. It's super good. Macchiato inspire's me to use nodejs as backend platform.
My PR is about memory.
I respect the rule about put js/require in one place.
But it seem for me that it is more important to keep base workers light as much as possible.
Let's define os module at master process.
Let's NOT define os module at every worker process.
Thanks for macchiato. It's super good. Macchiato inspire's me to use nodejs as backend platform.
My PR is about memory. I respect the rule about put js/require in one place. But it seem for me that it is more important to keep base workers light as much as possible.
Let's define os module at master process. Let's NOT define os module at every worker process.