Cargo Features
[dependencies]
minedmap = { version = "2.5.0", default-features = false, features = ["jemalloc-auto", "jemalloc"] }
- default = jemalloc-auto
-
The
jemalloc-auto
feature is set by default wheneverminedmap
is added without
somewhere in the dependency tree.default-features = false - jemalloc-auto default jemalloc?
-
Enables minedmap-default-alloc
- jemalloc = jemalloc-auto
-
Enables jemalloc of minedmap-default-alloc
MinedMap has 3 features without comments.