Skip to content

Instantly share code, notes, and snippets.

View Trojaner's full-sized avatar
🔨
Fixing stuff

Enes Sadık Özbek Trojaner

🔨
Fixing stuff
View GitHub Profile
@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