smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Cache current process handle #339

Closed dmlloyd closed 1 month ago

dmlloyd commented 1 month ago

Fixes performance problem when creating log records or other things which frequently request the PID or process name.

See quarkusio/quarkus#42858 for more info.