.gitignore | ||
main.py | ||
Readme.md | ||
solutions.txt | ||
words_alpha.txt |
pyparkerwords
Context:
Reimplementation of the fastest single core impl mentioned in the second video. I wanted to see how much the choice of programming languages mattered. This script runs in about 3.5 seconds on CPython. When using PyPy it even comes down to about 0.2 seconds. (CPU: Ryzen 1700X)
My conclusion therefore is: The choice of algorithm is (again) far more important than the programming language used.