Questions to ask when picking a data structure: How many records


Questions to ask when picking a data structure:

How many records?
How will records be accessed?
Does order matter?
Does serialization size matter?
Is uniqueness important?
Does immutability matter?
Will this scale?
How are the dev ergonomics?
Will my team understand this?

View original on X