Skip to content

Instantly share code, notes, and snippets.

View tgsstdio's full-sized avatar

David Young tgsstdio

  • Melbourne, Australia
View GitHub Profile
using BenchmarkDotNet.Attributes;
using System;
using System.Diagnostics;
using System.Reflection.Emit;
using System.Runtime.InteropServices;
using System.Security;
// Based on fork and see
// http://xoofx.com/blog/2010/10/23/high-performance-memcpy-gotchas-in-c/