Skip to content

Instantly share code, notes, and snippets.

@odinhaus
odinhaus / FastCopy.cs
Created November 16, 2016 16:50
Fast C# Byte[] Copier Using Cpblk IL Instruction
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Tests