Hacker News new | ask | show | jobs
by panzi 4283 days ago
So this talks via IPC to Excel? How does it perform when working with huge data sets? Is the copying back and forth between the two processes a bigger bottleneck than the Python interpreter itself?
1 comments

You can see this limitation in the video, when generating 100^2 random numbers takes a while.