Re: Proposal: Add new 'Matrix' object

2019-05-14 Thread kai zhu
this is wishful thinking, but i've wondered whether [wasm] sqlite3 has better potential for general-purpose multidimensional vector-operations than whatever gets spec'ed out in javascript. probably not, but there's been research on sql "dot-product-joins" [1]. [1] Dot-Product Join: Scalable In-D

Re: Proposal: native XML object support.

2019-05-14 Thread guest271314
> I prefer JSON over XML any time but the only area where JSON can't compete with XML is UI. XML is also currently specified as the language used by SSML. Why does a JavaScript plain object need to be created when the XML document itself can be used to read/write values? ``` const createXMLPlain