Skip to content

Instantly share code, notes, and snippets.

@DavidKuehn
DavidKuehn / gist:d922a23f81fada9b411b
Created March 2, 2016 07:36
PowerShell Challenge – Beating Hadoop with Posh
<#
http://foxdeploy.com/2016/03/01/powershell-challenge-beating-hadoop-with-posh/
9m 25s 643ms on my machine, Core i5-2500K @ 3.30Ghz
Only uses a single core so there is much room to improve.
Update $Path to point to the folder containing the folders of .pgn files.
Change "select -First 10" to "select -First 1" for quick test runs.
#>