kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
366 stars 115 forks source link

Feature gate MiMalloc use in MacOS #384

Closed coderofstuff closed 5 months ago

coderofstuff commented 5 months ago

MiMalloc will still be the default to use for linux and windows regardless of whether the mimalloc feature is set or not.

However, for macos, MiMalloc will only be used if the feature mimalloc is specified. This is to alleviate the recent segfaulting issue found in mac related to mimalloc.

coderofstuff commented 5 months ago

Superseded by #388