Practice Test Geeks home

Swift Case Studies & Practical Application 5

You're building a feature flag system.
Flags are checked thousands of times per second.

A dictionary-backed solution with `String` keys works but a colleague proposes using an enum.

What is the runtime advantage?

Select your answer