Skip to content

Commit

Permalink
Merge pull request rust-lang#1 from bluss/32-bit-merge
Browse files Browse the repository at this point in the history
Optimize for "small" maps (capacity fits in 32 bits)
  • Loading branch information
bluss authored Sep 19, 2016
2 parents 0b6cc93 + ee15cbc commit 25f7c66
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 78 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ quickcheck = "0.3.1"
fnv = "1.0"
lazy_static = "0.2"

[features]
# for testing only, of course
test_low_transition_point = []

[profile.bench]
debug = true
Loading

0 comments on commit 25f7c66

Please sign in to comment.