[PR #496] Reduce the amount of allocations #1063

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

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

State: closed
Merged: Yes


  • Directly fill an array instead of filling a List and copying that to
    an array
  • Use own buffer when writing bytes to a stream
  • Remove DataConverter class, replaced by BinaryPrimitives
**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/496 **State:** closed **Merged:** Yes --- * Directly fill an array instead of filling a List and copying that to an array * Use own buffer when writing bytes to a stream * Remove DataConverter class, replaced by BinaryPrimitives
claunia added the pull-request label 2026-01-29 22:18:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1063