在 19-8-14 0:27, Andrew Barnert via Python-ideas 写道: > On Aug 13, 2019, at 06:45, malincns <malin...@163.com> wrote: >> >> Thanks for your guidance. >> To be honest, it's a challenge for me. >> It would be nice if an experienced person is willing to make this attempt. > > It would be a significant amount of work just to implement it far enough to > benchmark. So again, I don’t think it’s likely anyone will volunteer if you > don’t provide some reason to expect it to pan out. > > Even if you can’t edit hairy C code like longobject.c, you can write simple > Python code and benchmark it, search the list archives, etc., just as well as > anyone else. If that’s not worth your time to do, why do you expect it would > be worth the time of anyone else? And without that, the only way anyone is > likely to try this is if they get really bored and happen to want to play > with the internals of PyLongObject this weekend or something. >
I searched, it seems no relevant discussion about this idea. I am implementing a prototype patch, to see add/sub/mul/indexing benchmarks. But I can't guarantee enough time for these days.
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/ECB32XIG2E7B2BSQNKVWDPNFYMP55SGI/ Code of Conduct: http://python.org/psf/codeofconduct/