Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mhusseini on github.
  • I am mhusseini (https://keybase.io/mhusseini) on keybase.
  • I have a public key ASDURuE2BaNwfCBSp8DGqUAVDprvxUsMCpEq_2lE7y9P1Qo

To claim this, I am signing this object:

@mhusseini
mhusseini / Program.cs
Last active May 24, 2016 03:38
Timings test for NamedFormats: Object vs ExpandoObject
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Dynamic;
namespace guerillacoder
{
internal class Program
{