mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
Fix spaces and wording in README
This commit is contained in:
parent
ee5d1aa6c8
commit
f6b2e7427e
@ -47,7 +47,7 @@ RUSTFLAGS=-Ctarget-cpu=native cargo run --release --example bench_recursion -- -
|
||||
|
||||
## Jemalloc
|
||||
|
||||
Plonky2 prefers the [Jemalloc](http://jemalloc.net) memory allocator due to its superior performance. To use it, include `jemallocator = "0.5.0"` in`Cargo.toml`and add the following lines
|
||||
Plonky2 prefers the [Jemalloc](http://jemalloc.net) memory allocator due to its superior performance. To use it, include `jemallocator = "0.5.0"` in your `Cargo.toml` and add the following lines
|
||||
to your `main.rs`:
|
||||
|
||||
```rust
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user