在 vb.net 中使用互斥体比使用信号量更快
我的应用程序对速度非常重要,甚至微秒也很重要。我在不同的地方使用信号量(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有些差异可能会影响性能。
有关更多详细信息,请参阅此类似问题:
信号量和互斥体在实现上有什么区别?< /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?