BinaryReader.ReadUInt16() 非常慢

发布于 2024-09-27 07:08:06 字数 193 浏览 5 评论 0原文

我刚刚分析了我的应用程序,并且正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文