Y
Hacker News
new
|
ask
|
show
|
jobs
by
gowld
2328 days ago
What does it say? That Python is willing to spend more computation time for simplicity, without waiting for the programmer to ask for it? That Python will make semantic changes in minor version bumps of the language?
1 comments
jwkane
2328 days ago
The new-ish ordered dictionary is actually faster. It is also completely backward compatible for any but the most contrived example.
Now wasting computation on randomizing... that is a problem.
link
Now wasting computation on randomizing... that is a problem.