logoalt Hacker News

throwaway203704/24/20250 repliesview on HN

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.