C is it always faster than nump?
Dennis Lee Bieber
wlfraed at ix.netcom.com
Fri Feb 25 21:59:00 EST 2022
On Fri, 25 Feb 2022 23:06:57 +0000 (UTC), Avi Gross <avigross at verizon.net>
declaimed the following:
>I do have to wonder if anyone ever considered adding back enough functionality into base Python to make some additions less needed. Is there any reason the kind of structures used by so many languages cannot be made part of python such as a vector/array that holds exactly one kind of data structure and not force use of things like a list when that is more than is needed?
>
https://docs.python.org/3/library/array.html
seems to fit the criteria...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed at ix.netcom.com http://wlfraed.microdiversity.freeddns.org/
More information about the Python-list
mailing list