feat: Use the jemalloc global allocator in examples

This commit is contained in:
Clément Renault
2019-01-01 16:37:15 +01:00
parent 6731025003
commit b070778d44
4 changed files with 15 additions and 0 deletions

View File

@ -41,9 +41,13 @@ nightly = ["hashbrown/nightly", "group-by/nightly"]
[dev-dependencies]
csv = "1.0"
elapsed = "0.1"
jemallocator = "0.1"
quickcheck = "0.7"
rand = "0.6"
rand_xorshift = "0.1"
structopt = "0.2"
tempfile = "3.0"
termcolor = "1.0"
[profile.release]
debug = true