solana/ledger
behzad nouri 22a18a68e3
stops consuming pinned vectors with a recycler (#16441)
If the vector is pinned and has a recycler, From<PinnedVec>
implementation of Vec should clone (instead of consuming) the underlying
vector so that the next allocation of a PinnedVec will recycle an
already pinned one.
2021-04-09 16:55:24 +00:00
..
benches Add limit and shrink policy for recycler (#15320) 2021-02-24 00:15:58 -08:00
src stops consuming pinned vectors with a recycler (#16441) 2021-04-09 16:55:24 +00:00
tests Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
.gitignore system_instruction_processor updates (#6448) 2019-10-19 18:23:27 -07:00
Cargo.toml Adjust tokio version to just "1" 2021-04-05 17:13:20 +00:00
build.rs adds crds-value for broadcasting duplicate shreds through gossip (#14133) 2020-12-18 14:32:43 +00:00