Skip to content

Conversation

@Crypt32
Copy link
Owner

@Crypt32 Crypt32 commented Feb 28, 2025

  • Updated all methods and constructors that accepted Byte[] to accept ReadOnlySpan<Byte> or ReadOnlyMemory<Byte> (depending on need)
  • Removed long ago obsoleted APIs
  • Obsoleted most properties that returned Byte[]
  • all methods that returned Byte[] have a GetAsMemory() complementary method which returns ReadOnlyMemory<Byte>
  • updated xml-docs
  • other improvements

This release may introduce compilation errors which are easy to address by choosing correct overload.

…pan<Byte> instead of byte array and reduce allocations
…h is 50-80 times faster than previous and consumes upt to 2 times less memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants