Skip to content

Instantly share code, notes, and snippets.

View elithompson's full-sized avatar

Eli Thompson elithompson

View GitHub Profile
@elithompson
elithompson / gist:3442106
Created August 23, 2012 21:31 — forked from stefanrusek/gist:3436540
It turns out HashSet<string> is SUPER fast!
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace tpl_await_test
{