We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c393786 commit 12e5238Copy full SHA for 12e5238
1 file changed
README.md
@@ -58,6 +58,7 @@ You can choose to compile another memory allocator using:
58
```bash
59
cargo build -r --features jemalloc
60
cargo build -r --features mimalloc
61
+cargo build -r --features mimalloc_v3
62
cargo build -r --features tcmalloc
63
cargo build -r --features snmalloc
64
```
0 commit comments