Launched this week
UnmangedMemory
A high-performance unmanaged memory library for .NET
6 followers
A high-performance unmanaged memory library for .NET
6 followers
A high-performance unmanaged memory library forNET, providing efficient memory management and manipulation capabilities. - BosonWareKE/UnmanagedMemory

the span-based design here is genuinely clever, basically letting you slice into unmanaged buffers without juggling pointers manually. honestly respect the focus on zero-allocation paths, that kind of discipline is rare in .NET libraries lately
It would be really helpful to see a small benchmark suite or example projects in the repo showing how this compares to standard .NET memory APIs. That would make it much easier for folks like me to evaluate if the performance gains are worth integrating.