Skip to content

Instantly share code, notes, and snippets.

View rekosko's full-sized avatar

Rafał rekosko

  • Gdynia, Poland
View GitHub Profile
@rekosko
rekosko / PerformanceTest
Created May 8, 2014 08:41
Performance Test for: array, list and dictionary
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
namespace WorkPlace
{
class Program
{