|
|
|
|
|
by std_throwawayay
2687 days ago
|
|
They are probably the fastest dicts and lists we can imagine today. If you really need lists and dicts for your data, you need them and won't gain much. But if you don't need them and instead could use something simpler, an array of C structs would be much faster than a list of dicts. |
|
Of course if you compare to static languages it's slow. Of course you can write low level specialized DS. Duh.