during untar, read ahead, causing decompression to occur in the bg (#18205)

* shared buffered decompressor for untar

* spell check in comment
This commit is contained in:
Jeff Washington (jwash)
2021-07-08 13:44:47 -05:00
committed by GitHub
parent 5008c24722
commit 334e1112a7
4 changed files with 965 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ mod read_only_accounts_cache;
pub mod rent_collector;
pub mod secondary_index;
pub mod serde_snapshot;
mod shared_buffer_reader;
pub mod snapshot_config;
pub mod snapshot_package;
pub mod snapshot_runtime_info;
@@ -46,6 +47,7 @@ mod system_instruction_processor;
pub mod transaction_batch;
pub mod vote_account;
pub mod vote_sender_types;
pub mod waitable_condvar;
#[macro_use]
extern crate solana_metrics;