logoalt Hacker News

zahlmanyesterday at 1:35 PM0 repliesview on HN

Sets use a different implementation intentionally (i.e. they are not "a dict without values") exactly because it's expected that they have different use cases (e.g. union/intersection operations).