Cargo Features

[dependencies]
zawk = { version = "0.5.6", default-features = false, features = ["use_jemalloc", "allow_avx2", "llvm_backend", "unstable"] }
default = use_jemalloc

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

use_jemalloc default

Enables tikv-jemallocator

allow_avx2

Certain features leverage the AVX2 instruction set, but AVX2 can often make the entire application slightly slower, even on chips that support it. For those cases, consider disabling allow_avx2.

llvm_backend

Enables llvm-sys ^150

unstable