restic/changelog/unreleased/issue-3328
2023-07-29 12:51:04 +02:00

7 lines
242 B
Text

Enhancement: Reduce memory usage by up to 25%
The in-memory index has been optimized to be more GC friendly.
https://github.com/restic/restic/issues/3328
https://github.com/restic/restic/pull/4352
https://github.com/restic/restic/pull/4353