There is a LOT of Memory benchmarks - [x] Port - [x] Make sure we don't measure empty loops: - [x] Take a short look at CoreCLR Span benchmarks, create new issue for removing duplicated benchmarks ```cs for (int i = 0; i < Benchmark.InnerIterationCount; i++) { Span<char> span = memory.Span; } ```
There is a LOT of Memory benchmarks