diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-03 00:36:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-03 00:36:33 +0200 |
| commit | 798c1ad0f1de80ff0e7196b6140a3f74e31fe111 (patch) | |
| tree | 44233e68b9846ee3335b68b3ddaff00bec76d91f /Cargo.toml | |
| parent | adcda4fa640939682076e793f12a5b22e3de1f50 (diff) | |
perf: use jemalloc as global allocator (#18957)
Follow up to https://github.com/denoland/deno/pull/18875 that enables
`jemalloc` as a global allocator for the Deno CLI.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index be03237a2..911f86bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,6 +133,8 @@ tar = "=0.4.38" tempfile = "3.4.0" thiserror = "=1.0.38" tokio = { version = "1.25.0", features = ["full"] } +tikv-jemallocator = "0.5.0" +tikv-jemalloc-sys = "0.5.3" tokio-rustls = "0.23.3" tokio-util = "0.7.4" tower-lsp = { version = "=0.17.0", features = ["proposed"] } |
