04 2023 档案
span,memory,ArrayPool,MemoryPool,等的性能对比
摘要: 阅读全文
posted @ 2023-04-20 18:04 ProjectDD 阅读(54) 评论(0) 推荐(0)
C# simd 性能雷点记录
摘要:先看两段代码对比: static public T SimdDot(T[] a, T[] b) { if (a.Length != b.Length) throw new ArgumentException("The size of two matrix is not equal."); // if 阅读全文
posted @ 2023-04-18 02:25 ProjectDD 阅读(186) 评论(0) 推荐(0)