Skip to content

Instantly share code, notes, and snippets.

@latkin
latkin / README.md
Last active February 9, 2016 05:50
Blog: sequence benchmarking
@latkin
latkin / code.fsx
Last active November 13, 2019 09:06
Seq perf
open System
open System.Collections
open System.Collections.Generic
open System.Diagnostics
open System.Linq
module Algos =
//
// non-lazy solutions
//