solana/core
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 removes OrderedIterator and transaction batch iteration order (#16153) 2021-03-31 23:59:19 +00:00
src stops consuming pinned vectors with a recycler (#16441) 2021-04-09 16:55:24 +00:00
tests makes turbine peer computation consistent between broadcast and retransmit (#14910) 2021-03-24 13:34:48 +00:00
.gitignore
Cargo.toml Adjust tokio version to just "1" 2021-04-05 17:13:20 +00:00
build.rs