I was trying benchmarking package to test performance of sum using python built-in function. I tried converting array with 10^8 elements to a python list using PyCall.array2py
and jupyter notebook got hanged I even tried doing the same on my terminal but it also crashed and I had to reboot. So does the Abstract array in PyCall.array2py
has a limit or it depends on the system? Because I tried creating list with same number of elements in Python and it worked.
2 posts - 2 participants