This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author HumberMe
Recipients HumberMe
Date 2022-03-10.09:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646905386.12.0.964981264374.issue46971@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-03-10 09:43:06HumberMesetrecipients: + HumberMe
2022-03-10 09:43:06HumberMesetmessageid: <1646905386.12.0.964981264374.issue46971@roundup.psfhosted.org>
2022-03-10 09:43:06HumberMelinkissue46971 messages
2022-03-10 09:43:06HumberMecreate