你的位置: 码友网首页 / 资讯源列表 / C#, Span and async

关于[C#, Span and async]的摘要:

C# 7.2 introduced support for ref struct types. These are types that are required to live on the stack. The most notable ref struct types are Span and ReadOnlySpan which have made it possible to dramatically improve the efficiency of certain kinds of work by reducing or even eliminating object allocations.

原文地址: https://blogs.endjin.com/2019/10/c-span-and-async/

收录时间: 2019-10-18 浏览量: 1869 分类: C#开发

| 0 收藏 | 0