BinaryReader.ReadUInt16() 非常慢
我刚刚分析了我的应用程序,并且正在使用 ReadUInt16() 读取内存流。时间成本非常高。有没有替代方案 - 或者有什么方法可以加快速度?
编辑
抱歉,我犯了一个错误,虽然我不是在调试模式下运行应用程序,但我的属性没有设置为 64 位 CPU 和 Active(发布) - 更改为这些速度会异常加快!
I have just profiled my application and I am reading a memory stream using ReadUInt16(). It is very costly on time. Is there an alternative - or any way to speed it up?
Edit
Sorry, I made a mistake, although I was running the application not in debug mode, my properties were not set to 64-bit CPU and Active (release) - changing to these speeds thing up inordinately!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论