Cargo Features

[dependencies]
sfasta = { version = "0.3.5", default-features = false, features = ["mimalloc", "jemalloc", "nightly"] }
default = mimalloc

The mimalloc feature is set by default whenever sfasta is added without default-features = false somewhere in the dependency tree.

mimalloc default

Enables mimalloc

jemalloc

Enables tikv-jemallocator

nightly

sfasta has 4 features without comments.