Skip to content

Commit

Permalink
Loading saving cache improvements (#1072)
Browse files Browse the repository at this point in the history
* Loading cache

* Loading

* Loading x2

* Optimization

* Cache common

* Delete outdated cache

* Common

* Loading cache/save almost

* Simplified a lot of cache concept

* Fix regression
  • Loading branch information
qarmin authored Oct 7, 2023
1 parent edfc8e7 commit e976d40
Show file tree
Hide file tree
Showing 15 changed files with 511 additions and 650 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion czkawka_core/src/big_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::common_dir_traversal::{common_get_entry_data_metadata, common_read_di
use crate::common_tool::{CommonData, CommonToolData};
use crate::common_traits::{DebugPrint, PrintResults, SaveResults};

#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct FileEntry {
pub path: PathBuf,
pub size: u64,
Expand Down
Loading

0 comments on commit e976d40

Please sign in to comment.