Skip to content

Instantly share code, notes, and snippets.

View zeldafreak's full-sized avatar

David Schwartz zeldafreak

  • Improving
  • Carrollton, TX, USA
  • 00:24 (UTC -05:00)
View GitHub Profile
@zeldafreak
zeldafreak / perf.LinkedList.Program.cs
Created March 17, 2015 22:54
LinkedList perf test 01
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace LinkedListApp
{
class Program
{
private static void Main(string[] args)
{