Skip to content

Commit 25f7c66

Browse files
authored
Merge pull request rust-lang#1 from bluss/32-bit-merge
Optimize for "small" maps (capacity fits in 32 bits)
2 parents 0b6cc93 + ee15cbc commit 25f7c66

File tree

2 files changed

+312
-78
lines changed

2 files changed

+312
-78
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ quickcheck = "0.3.1"
1919
fnv = "1.0"
2020
lazy_static = "0.2"
2121

22+
[features]
23+
# for testing only, of course
24+
test_low_transition_point = []
25+
2226
[profile.bench]
2327
debug = true

0 commit comments

Comments
 (0)