rustic/src
aawsome f5499db21b
perf: Reduce memory usage of restore (#1069)
reduce memory usage of the `restore` command by removing the data
entries from the index before doing the actual restore.

see https://github.com/rustic-rs/rustic/issues/1067

TODO:
- [x] remove Cargo changes once
https://github.com/rustic-rs/rustic_core/pull/166 is merged
2024-09-23 19:54:28 +00:00
..
bin feat(alloc): Add optional (unsupported) allocators (#897) 2023-09-19 20:46:26 +00:00
commands perf: Reduce memory usage of restore (#1069) 2024-09-23 19:54:28 +00:00
config fix: Fix possible overflow in progress bar ETA (#1079) 2024-02-23 08:05:30 +01:00
application.rs fix: return exitcode (#1220) 2024-09-07 05:28:59 +00:00
commands.rs fix(config)!: use multiple options only as array in config profile (#1240) 2024-09-23 15:04:45 +00:00
config.rs fix(config)!: use multiple options only as array in config profile (#1240) 2024-09-23 15:04:45 +00:00
error.rs Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
filtering.rs fix(config)!: use multiple options only as array in config profile (#1240) 2024-09-23 15:04:45 +00:00
helpers.rs chore(docs): update library documentation 2023-09-19 00:49:44 +02:00
lib.rs fix clippy lints 2024-07-10 05:50:56 +02:00