NSDictionary内存问题
我创建了一个小型商业应用程序..这里我从服务器获取数据并解析它,然后显示数据...这里数据存储在 NSDictionary 中....为了使用 NSDictionary 我占用了大量内存。 .任何 NSDictionary 的替代品都会占用更少的内存......
I was created one small business application..Here I got the data from server and Parsed it and then display the data... Here The datas are stored in NSDictionary....For the use of NSDictionary i took Large amount of memory..Any replacement for NSDictionary and it will takes less memory.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Core Data 框架或 sqlite3,前一个是 Apple 的本机对象图管理框架,它提供了某种对象关系映射功能,但实际上并不是 ORM(尽管维基百科确实在其 ORM 列表中包含了 Core Data)。
Core Data framework or sqlite3, the former one is Apple's native object graph management framework which provides kinda object-relational mapping features but is not actually an ORM(, though wikipedia does include Core Data in its ORM list).