Hi,
I have an app that does some operations (multiply
, sum
..) with scipy.sparse
matrices and numpy.array
s. On my laptop that part of program takes 1 second to execute, but on pythonanywhere varies from 20 to 40 seconds. Why could that happen? Is there a way to speed up the server?