Originally, the project was based on .NET Framework 4.0, and now it shifted to dual-frameworks: .NET Framework 4.7.2 and .NET 8+ where new efficient buffers are available. It is recommended to upgrade the library to adopt new memory buffers that support less allocations.
Note that not all APIs .NET 4.7.2 have adopted spans, so some fallback will be used.
Originally, the project was based on .NET Framework 4.0, and now it shifted to dual-frameworks: .NET Framework 4.7.2 and .NET 8+ where new efficient buffers are available. It is recommended to upgrade the library to adopt new memory buffers that support less allocations.
Note that not all APIs .NET 4.7.2 have adopted spans, so some fallback will be used.