theweipeng commented on issue #1339: URL: https://github.com/apache/incubator-fury/issues/1339#issuecomment-1888833101
> any idea to test performance , compare with webassembly or pure js Interacting with the JavaScript world from WASM is very costly. Most of the time, WASM might be slower than pure JavaScript because WASM can't create JavaScript objects, except for TypedArrays. > no , not work > > > > JavaScript impl supports browsers > > >  Try removing HPS; it is used to interact with V8. In the browser, it is not accessible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
