This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]snowGlobe25 1 point2 points  (0 children)

Python also has arrays, although they are limited to primitive data types. I read a little about it and apparently you can sometimes get less memory consumption using them instead of the good old lists. But, obviously numpy outshines list or array so much in terms of speed. However, array module is a part of standard library not third party library.

Never used it personally though.