optional mimalloc dep for 30% speed up
This commit is contained in:
@@ -3,3 +3,9 @@ name = "zern"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
[dependencies]
|
||||
mimalloc = { version = "0.1.52", optional = true }
|
||||
|
||||
[features]
|
||||
mimalloc = ["dep:mimalloc"]
|
||||
|
||||
Reference in New Issue
Block a user