New submission from Hu Di <476658...@qq.com>:
it takes a long time when python return big data. generally, when a function return something, it only take less than 1e-5 second, but when the result is big, like np.random.rand(2048,3,224,224), the time cost will increase to 0.1-0.2 second ---------- Added file: https://bugs.python.org/file50665/python_performance_issue.py _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46971> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com