有人曾经使用 Webworkers 进行并行化,在 JavaScript 中进行过大型搜索吗?
我正在用 JavaScript 编写一个搜索函数,它是高度可并行的,并且可以在巨大的数据集上运行。数据集存储在 JS 对象树中,可以通过将搜索划分为 Web Worker 来实现。
有人知道有类似的产品和/或研究吗?我想阅读一些在实施过程中走得太远的经验,但谷歌搜索完全没有帮助。
I'm writing a search function in JavaScript which is highly parallelizable, and operates on enormous data sets. The data sets are stored in trees of JS objects, and it could be implemented by partitioning the search into web workers.
Is anybody aware of products and/or research doing similar things? I'd like to read some experience going too far down the implementation path, but Googling has been totally unhelpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这并不是真正的“答案”,但如果您还没有自己发现它,这里有一些有用的读物:
I know this isn't really an "answer", but here's some useful reading if you haven't already discovered it on your own: