.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Removing byte[] allocations in .NET Framework using ReadOnlySpan

    calendar Apr 21, 2026 ยท andrewlock.net
    Removing byte[] allocations in .NET Framework using ReadOnlySpan<T>

    In this post I describe how to remove static byte[] allocations, even on .NET Framework, by using Span, look at the associated IL, and discuss the risks Link to article: https://andrewlock.net/removingbyte-array-allocations-in-dotnet-framework-using-readonlyspan-t/


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top