Skip to content

Commit

Permalink
Disable smallvec by default
Browse files Browse the repository at this point in the history
The performance measurements seem a bit flaky, but the smaalvec performance in the current configuration is significantly slower (~12%) in various test cases. For that reason it feels safe to disable it by default, and keep it as an opt in option.
  • Loading branch information
foresterre committed Dec 30, 2020
1 parent 3113655 commit 52668c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = ["no-std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["smallvec"]
default = []

[dependencies.smallvec]
version = "1.5.1"
Expand Down

0 comments on commit 52668c9

Please sign in to comment.