Glooko Interview Question

How to optimize the slow Python code?

Interview Answer

Anonymous

Aug 14, 2019

Parallelize, use cython, re-write in a more performant language. The last bit didn't go well, better don't mention it.