Skip to content

Span vs Memory: add the buffer read benchmark and move BenchmarkDotNet to 0.15.4 - #2193

Open
vladimir-pecanac-main wants to merge 1 commit into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/117035-span-vs-memory-benchmark
Open

Span vs Memory: add the buffer read benchmark and move BenchmarkDotNet to 0.15.4#2193
vladimir-pecanac-main wants to merge 1 commit into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/117035-span-vs-memory-benchmark

Conversation

@vladimir-pecanac-main

Copy link
Copy Markdown
Collaborator

New Benchmarks project with three MemoryDiagnoser benchmarks over a 4,096 element int array: through a Span, through Memory.Span per element, and through a Memory whose Span is taken once.
The existing six element slice benchmark is unchanged; its project moves from BenchmarkDotNet 0.13.12 to 0.15.4 so the whole sample runs on one version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant