module: eliminate double `getenv()`
`process.env` access results in a synchronous `getenv` call. Cache the first result instead and save one syscall.
parent
9d281934
Please register or sign in to comment
`process.env` access results in a synchronous `getenv` call. Cache the first result instead and save one syscall.