A `Set<String>` will consume less memory the...
# announcements
k
A
Set<String>
will consume less memory then a
Set<Integer>
(in this specific use case).