0
Are numpy arrays faster than generators?(python)
Also which one takes more memory?
1 Odpowiedź
+ 2
You can perform speed tests with timeit.
timeit.timeit("repeated code", setup="setup", number="number of iterations")
Also which one takes more memory?