Skip to content

Commit

Permalink
Update jemalloc to 5.3 (jemallocator 0.5)
Browse files Browse the repository at this point in the history
Benchmarks show that this is a tiny bit faster than what we had
previously.
  • Loading branch information
sharkdp committed May 29, 2022
1 parent 1d2d06e commit c47501e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ libc = "0.2"
# jemalloc is currently disabled on macOS due to a bug in jemalloc in combination with macOS
# Catalina. See https://github.com/sharkdp/fd/issues/498 for details.
[target.'cfg(all(not(windows), not(target_os = "android"), not(target_os = "macos"), not(target_os = "freebsd"), not(target_env = "musl"), not(target_arch = "riscv64")))'.dependencies]
jemallocator = {version = "0.3.0", optional = true}
jemallocator = {version = "0.5.0", optional = true}

[dev-dependencies]
diff = "0.1"
Expand Down

0 comments on commit c47501e

Please sign in to comment.