Yueh-Hsuan Chiang

Results 14 issues of Yueh-Hsuan Chiang

#### Problem Footer's magic number at the end of the file is a way to quickly determine whether a file is a tiered-storage file. However, the constructor function for TieredStorageFooter...

#### Problem AccountsFile is an enum that allows different implementations of AccountsFile. It currently supports AppendVec and does not have one for TieredStorage. #### Summary of Changes This PR adds...

#### Problem AccountsFile already implements account_iter() where it constructs its own AccountsFileIter based on the get_account() API. As a result, AppendVec::account_iter() and AppendVecAccountsIter are unused. #### Summary of Changes Remove...

stale

#### Problem AccoutsFile::append_accounts() currently returns Vec. This requires all the AccountsFile implementations to report the storage size of each account. This information will be later used for tracking the alive-bytes...