Whats the maximum key length in NSDictionary?

Posted by x3ro on Stack Overflow See other posts from Stack Overflow or by x3ro
Published on 2010-06-10T22:28:39Z Indexed on 2010/06/10 22:32 UTC
Read the original article Hit count: 317

Filed under:
|
|

Hey there,

I'm currently working on an app which displays a bunch of files in a table, and you can add and remove them and whatsoever. To prevent duplicates in the table, I'd like to create a NSDictionary using the files full path as keys for another NSDictionary which contains all the file information, but I am a little concerned about the maximum key length of NSDictionary, and also whether this solution would be performance killer or not...

Looking forward to your answers.

Best regards,
x3ro

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa