[PR #887] Improve rar memory usage #1309

Open
opened 2026-01-29 22:19:54 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/887

State: closed
Merged: Yes


  • Removed redundant BufferPool
  • Improved memory usage of UnpackV1:
    • used ArrayPool for window
    • used stackalloc for other array allocations
**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/887 **State:** closed **Merged:** Yes --- - Removed redundant `BufferPool` - Improved memory usage of `UnpackV1`: - used `ArrayPool` for `window` - used `stackalloc` for other array allocations
claunia added the pull-request label 2026-01-29 22:19:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1309