Akshay Narayan
Akshay Narayan
I think there is a workaround by setting `FOLLY_USE_JEMALLOC=0` here: https://github.com/facebook/folly/blob/master/CMake/folly-config.h.cmake#L38
See also prior discussion here: https://github.com/tower-rs/tower/pull/426#discussion_r390623072
related: https://github.com/reHackable/maxio/issues/24
closing after reading conversation in #114.
Over at https://github.com/akshayknarayan/color-eyre/tree/report-handler-bench I have done a little bit of benchmarking. There are 2 x 3 cases to consider: (`wrap_err` vs `wrap_err_with`) x ("default handler", "fastest handler" (as above), `color_eyre::config::HookBuilder::default().install`)....