Matthew Slowe<p>I'm really liking <a href="https://infosec.exchange/tags/GoLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoLang</span></a>... done <a href="https://infosec.exchange/tags/ProjectEuler" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProjectEuler</span></a> problem 24, got the answer on first attempt and it ran in less than 2 seconds which is not too shabby!</p><pre><code>Initialised perms as [0 1 2 3 4 5 6 7 8 9]<br>Permuted to 3628800 items<br>Collapsed to 3628800 ints<br>Sorted<br>The millionth lexicographic permutation of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9 is: <redacted><br><br>real 0m1.370s<br>user 0m1.561s<br>sys 0m0.404s<br><br></code></pre><p><a href="https://projecteuler.net/problem=24" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">projecteuler.net/problem=24</span><span class="invisible"></span></a></p>