Month in review: May 2026
Things I learnt
A HashSet is for storing unique elements. The point is that it has O(1) lookups like a Dictionary does. It uses the same basic mechanism as a Dictionary does (hashing objects then usi
techblog.timhilton.xyz4 min read