I have a word game with a large definition file. Because of loading times, I'd like to just hardcode it. I scripted it to be a static dictionary in a struct, but XCode choked on it.
What's a good way to just get my definitions in memory? Would using an array instead of a dict make a difference? Can I tell XCode to stop scanning the file for code completion (or whatever it's doing)?
3
0
897