当前是否有任何 JS 实现支持(或在路线图上支持)对数组或类似操作的快速矢量化操作?

发布于 2024-09-04 05:28:36 字数 204 浏览 5 评论 0原文

我想在 JavaScript 中做一些矩阵/向量算术,并且想知道是否有任何浏览器或其他 JS 实现实际上支持向量化运算,例如快速对两个数组的条目求和(或求和,或其他) 。即使目前并不意味着它可以编译为矢量化操作,但至少在它实现时提供一些语言支持会很好 - 我会将支持它的函数或语法的存在视为朝着正确方向迈出的一步。 (可以理解,“矢量化 javascript”搜索几乎都是关于图形和 SVG。)

I'd like to do a bit of matrix/vector arithmetic in JavaScript, and was wondering if any browsers or other JS implementations actually have support for vectorized operations, for instance for quickly summing the entries of two Arrays (or summing, or whatever). Even if that currently doesn't mean it compiles down to vectorized operations, at least some language support would be nice for when it does get implemented - I'd take the existence of functions or syntax to support it as a step in the right direction. (Understandably, "vectorization javascript" searches are pretty much all about graphics and SVG.)

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

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

发布评论

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

评论(1

陌生 2024-09-11 05:28:36

我在谷歌上搜索“数学向量 javascript 库”,然后找到了 http://sylvester.jcoglan.com/http:// /blog.vlad1.com/2010/02/05/mjs-simple-vector-and-matrix-math-for-js/。这有帮助吗?

I googled for "math vector javascript library" and I came up with http://sylvester.jcoglan.com/ and http://blog.vlad1.com/2010/02/05/mjs-simple-vector-and-matrix-math-for-js/. Does this help?

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