Hacker News new | ask | show | jobs
by gsaga 2451 days 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.

1 comments

The optimization is transparent because the representation is opaque, I guess?