5 ms·
>This is completely transparent to the Python programmer, the dictionary will look completely normal to the Python program but its internal representation is di
by gsaga 7y ago
>This is completely transparent to the Python programmer, the dictionary will look completely normal to the Python program but its internal representation is different.
Shouldn't it be opaque.
- ptx 7y agoThe optimization is transparent because the representation is opaque, I guess?