solana-with-rpc-optimizations/runtime
behzad nouri 8ad52fa095
implements copy-on-write for vote-accounts (#19362)
Bank::vote_accounts redundantly clones vote-accounts HashMap even though
an immutable reference will suffice:
https://github.com/solana-labs/solana/blob/95c998a19/runtime/src/bank.rs#L5174-L5186

This commit implements copy-on-write semantics for vote-accounts by
wrapping the underlying HashMap in Arc<...>.
2021-08-30 15:54:01 +00:00
..
benches Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00
src implements copy-on-write for vote-accounts (#19362) 2021-08-30 15:54:01 +00:00
store-tool chore: bump log from 0.4.11 to 0.4.14 (#18323) 2021-06-30 18:32:01 +00:00
tests stake: Remove v2 program references (#19308) 2021-08-20 01:08:44 -04:00
.gitignore
Cargo.toml Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00