HTML5 工作线程功能是否会公开计算机上的核心数量?
我正在使用 HTML5 工作线程,我想根据以下内容划分一些工作可用的核心。有没有办法从 JavaScript 获取机器上的核心数量?
I'm playing with HTML5 worker threads and I want to partition out some work according to available cores. Is there a way to get the number of cores on the machine from JavaScript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用以下方法估计核心数量:
https://github.com/oftn/core-estimator
演示:
http://eligrey.com/blog/post/cpu-core-estimation -with-javascript
You can try to estimate the number of cores with:
https://github.com/oftn/core-estimator
demo:
http://eligrey.com/blog/post/cpu-core-estimation-with-javascript