So I have to save a lot of data (simple string) within the application for auto-complete purposes. Its basically a list of all UK post-codes.
Since there are like a MILLION different codes, I was wondering what would be the best way to do this stuff. Putting them in a simple array is plain stupid (and impractical really).
How to best approach this?