mirror of
https://github.com/kopia/kopia.git
synced 2026-01-26 15:28:06 -05:00
* performance: added buf.Pool which can be used to manage ephemeral buffers for encryption and compression * repo: switched object writer to buf.Pool * content: switched encryption to use buf.Pool * object: switched compression to use buf.Pool * testing: added missing content manager Close()