← Back to context Comment by ketanmaheshwari 3 months ago I solved a few using AWK, fun: https://github.com/ketancmaheshwari/projecteuler 3 comments ketanmaheshwari Reply n4r9 3 months ago After learning AWK I realised it could be used really neatly for problem 67. I remember it was blazing fast, orders of magnitude faster than Python mjcohen 3 months ago Did you use the regular version or the one with multiple-precision values? ketanmaheshwari 3 months ago I used the regular version. Actually, I don't even know what is multiple-precision values -- will look it up.
n4r9 3 months ago After learning AWK I realised it could be used really neatly for problem 67. I remember it was blazing fast, orders of magnitude faster than Python
mjcohen 3 months ago Did you use the regular version or the one with multiple-precision values? ketanmaheshwari 3 months ago I used the regular version. Actually, I don't even know what is multiple-precision values -- will look it up.
ketanmaheshwari 3 months ago I used the regular version. Actually, I don't even know what is multiple-precision values -- will look it up.
After learning AWK I realised it could be used really neatly for problem 67. I remember it was blazing fast, orders of magnitude faster than Python
Did you use the regular version or the one with multiple-precision values?
I used the regular version. Actually, I don't even know what is multiple-precision values -- will look it up.