メモリ管理とガベージコレクション (GC)
.NETにおけるメモリ管理の仕組み、スタックとヒープ、ガベージコレクション(GC)の動作、IDisposableについて解説します。
SIMD and Vectorization
Leveraging Single Instruction, Multiple Data (SIMD) for parallel processing of data in .NET.
Span<T> and Memory<T>
Understanding high-performance memory management with Span<T> and Memory<T> to reduce allocations.