mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-09 15:43:22 +00:00
[PR #495] Use functions from System.Memory instead of selfmade ones #1056
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/495
State: closed
Merged: Yes
Replaces multiple helper functions to fill arrays with
Span.Fillcalls.Also improved the performance of the
Utility.SetSizefunction (and replaced 1 instance)