在 vb.net 中使用互斥体比使用信号量更快

发布于 2024-11-28 16:41:04 字数 111 浏览 1 评论 0原文

我的应用程序对速度非常重要,甚至微秒也很重要。我在不同的地方使用信号量(1,1)。我认为它可以很容易地转换为互斥锁。但我想知道它是否有优势,或者就速度而言是一回事。 我将非常乐意提供任何建设性的答案。 谢谢。

My application is very very speed esential and even a microsecond matters.I am using semaphore(1,1) at varios places. I think it can be easily converted into mutex.But I want to know if it will be advantageous or its one and the same thing as far as speed is concerned.
I will be oblidged for any constructive answer.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆悲凉 2024-12-05 16:41:04

有些差异可能会影响性能。
有关更多详细信息,请参阅此类似问题:
信号量和互斥体在实现上有什么区别?< /a>

There are some differences that may impact performance.
See this similar question for more details:
What is the difference between semaphore and mutex in implementation?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文