solana/perf
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 tracer key for tracing transaction path through the network (#15732) 2021-03-08 19:31:00 -08:00
src stops consuming pinned vectors with a recycler (#16441) 2021-04-09 16:55:24 +00:00
Cargo.toml =1.7.0 2021-03-16 07:51:07 +00:00