2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-14 09:14:07 +00:00
restic/changelog/unreleased/issue-3328

8 lines
242 B
Plaintext
Raw Normal View History

2023-06-08 16:02:46 +00:00
Enhancement: Reduce memory usage by up to 25%
2023-07-29 00:30:40 +00:00
The in-memory index has been optimized to be more GC friendly.
2023-06-08 16:02:46 +00:00
https://github.com/restic/restic/issues/3328
https://github.com/restic/restic/pull/4352
https://github.com/restic/restic/pull/4353