solana/runtime/src
Justin Starry 2370e61431
Perf: Store deserialized sysvars in the sysvars cache (#22455)
* Perf: Store deserialized sysvars in sysvars cache

* add bench
2022-01-13 05:36:21 +00:00
..
accounts_db
bank Perf: Store deserialized sysvars in the sysvars cache (#22455) 2022-01-13 05:36:21 +00:00
serde_snapshot AcctIdx: define type for serialized AppendVecId (#21938) 2021-12-16 08:41:01 -06:00
account_info.rs
account_rent_state.rs Prevent rent-paying account creation (#22292) 2022-01-11 11:32:25 -07:00
accounts.rs Handle accounts data size changes due to rent-collected accounts (#22412) 2022-01-11 17:20:28 -06:00
accounts_background_service.rs
accounts_cache.rs
accounts_db.rs Prevent rent-paying account creation (#22292) 2022-01-11 11:32:25 -07:00
accounts_hash.rs
accounts_index.rs
accounts_index_storage.rs
accounts_update_notifier_interface.rs
ancestors.rs
append_vec.rs
bank.rs Perf: Store deserialized sysvars in the sysvars cache (#22455) 2022-01-13 05:36:21 +00:00
bank_client.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
bank_forks.rs
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs
bloom.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
builtins.rs
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs
cost_tracker.rs
epoch_stakes.rs
execute_cost_table.rs
genesis_utils.rs
hardened_unpack.rs
in_mem_accounts_index.rs
inline_spl_token.rs
lib.rs Prevent rent-paying account creation (#22292) 2022-01-11 11:32:25 -07:00
loader_utils.rs
message_processor.rs Refactor: move sysvar cache to new module 2022-01-12 12:35:28 -07:00
non_circulating_supply.rs
nonce_keyed_account.rs
pubkey_bins.rs
read_only_accounts_cache.rs optimizes ReadOnlyAccountsCache LRU eviction implementation (#22403) 2022-01-11 17:25:28 +00:00
rent_collector.rs Handle accounts data size changes due to rent-collected accounts (#22412) 2022-01-11 17:20:28 -06:00
secondary_index.rs
serde_snapshot.rs AcctIdx: appendvecid: u32 (#21842) 2022-01-03 10:35:17 -06:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_package.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
snapshot_utils.rs
sorted_storages.rs
stake_delegations.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs
status_cache.rs
system_instruction_processor.rs
transaction_batch.rs
vote_account.rs
vote_sender_types.rs
waitable_condvar.rs