Skip to content

Instantly share code, notes, and snippets.

View jakubwro's full-sized avatar

Jakub Wronowski jakubwro

View GitHub Profile
@jakubwro
jakubwro / flatten_perf.cs
Last active January 15, 2020 12:15
Performance of lazy collection flattening
using System;
using System.Diagnostics;
using System.Linq;
namespace JuliaVsCsharp
{
class Program
{
static void Main(string[] args)
{