> FYI your API documentation link in the README is broken (403 error rawgit is > shutting down).
I was planning on fixing this today, instead I ended up benchmarking nested
loops vs single loop. :P No idea for the difference but in order to get good
performance compile with `-t:'-march=native -ffast-math'` or as a pragma in top
level of your file: `` {.passC: "-march=native -ffast-math.}`` . Also disable
overflow and bound checks.
