Skip to content

EgorBot for EgorBo in #108205 #95

Open
@EgorBot

Description

@EgorBot

Processing dotnet/runtime#108205 (comment) command:

Command

-intel -perf

using System.Buffers.Binary;
using BenchmarkDotNet.Attributes;

public class Bench
{
    int[] arr1 = new int[1024];
    int[] arr2 = new int[1024];

    [Benchmark]
    public void Reverse() => 
        BinaryPrimitives.ReverseEndianness(arr1, arr2);
}

(EgorBot will reply in this issue)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions