Glooko interview question

How to optimize the slow Python code?

Interview Answer

Anonymous

14 Aug 2019

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