Y
Hacker News
new
|
ask
|
show
|
jobs
by
mabster
423 days ago
Best change ever, that. Now it would also be nice if sets were ordered too.
1 comments
throwaway2037
423 days ago
I am pretty sure there are trivial impls of sets with guaranteed iteration order in Python that use an underlying ordered map and a dummy value in each entry.
link