solana/runtime/benches
steviez debe794987
Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892)
The callstack updated in this PR passed an &Arc<...> down only to have
the bottom level clone the reference. Thus, we are giving shared
ownership so the reference is a bit redundant and arguably obscures the
intention to clone further down the callstack.
2023-05-31 12:36:44 -05:00
..
accounts.rs pass include_slot_in_hash through hash calcs to allow rehashing if hash is not stored (#31579) 2023-05-11 13:23:29 -07:00
accounts_index.rs Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
append_vec.rs Generalize the return value of append_accounts() (#30571) 2023-03-06 09:52:05 -08:00
bank.rs Refactor - Merges `BuiltinPrograms` into `LoadedPrograms` (#31654) 2023-05-18 22:18:28 +02:00
prioritization_fee_cache.rs Only need bank reference for update (#30879) 2023-03-24 09:48:04 -07:00
status_cache.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00