Cargo Features
[dependencies]
sfasta = { version = "0.3.5", default-features = false, features = ["mimalloc", "jemalloc", "nightly"] }
- default = mimalloc
-
The
mimalloc
feature is set by default wheneversfasta
is added without
somewhere in the dependency tree.default-features = false - mimalloc default
-
Enables mimalloc
- jemalloc
-
Enables tikv-jemallocator ^0.5.0
- nightly
sfasta has 4 features without comments.