Back to all

efficient-data-structures

by OmniaffixDave

01Feb 8, 2026Visit Source
Match data structures to access patterns: Arrays for ordered, indexed access; Sets/Maps for uniqu... Use when optimizing code performance. Performance category skill.