Files
copilot-swe-agent[bot] acffccd889 Refactor RAR to create new Unpack instances per stream for multi-threading support
- For non-solid archives: create new IRarUnpack instance per RarStream to enable multi-threading
- For solid archives: use shared Unpack instance (solid archives require sequential processing)
- Add ownsUnpack parameter to RarStream to properly manage disposal of Unpack instances
- RarStream now disposes Unpack only if it owns the instance

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2025-11-29 13:21:24 +00:00
..
2025-10-29 09:08:08 +00:00
2025-10-31 10:55:33 +00:00
2024-03-14 08:53:08 +00:00