Join Slack
Powered by
A `Set<String>` will consume less memory the...
# announcements
k
karelpeeters
08/16/2017, 8:49 PM
A
Set<String>
will consume less memory then a
Set<Integer>
(in this specific use case).
Open in Slack
Previous
Next