#151 2018-04-24 08:22:21

mpv
Member
From: Ukraine
Registered: 2012-03-24
Posts: 1,534
Website

Re: Beta release of SyNode - ES6 JavaScript + NPM modules

Be careful - ChakraCore is not a full JS engine, but only PART of it. The main is inside closed-source part of EDGE.

Offline

#152 2018-04-24 09:57:33

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Beta release of SyNode - ES6 JavaScript + NPM modules

Interresting.
What is missing, e.g. in respect to SpiderMonkey as used in SyNode?

Offline

#153 2018-04-24 11:18:09

mpv
Member
From: Ukraine
Registered: 2012-03-24
Posts: 1,534
Website

Re: Beta release of SyNode - ES6 JavaScript + NPM modules

From ES6 POW nothing missing. But from the embedding POW missed part is a real use cases of interop between native code and JS. In case of SpiderMonkey we can look into FireFox codebase, in case of V8 - into chromium codebase. In case of ChakraCore - EDGE is a closed source. And I even not sure EDGE use version of Chakra what published on github.

Offline

#154 2018-04-24 11:57:38

Orel
Member
Registered: 2014-04-14
Posts: 13

Re: Beta release of SyNode - ES6 JavaScript + NPM modules

I am not sure than ChakraCore is faster than SpiderMonkey.
In one my project I used a lot of float operation (3D rendering + design) in browser
Calculation in FireFox and chrome took the same time, but calculation in Edge took  2-3 times more time
I cannot say anything about object and properties(test needed)

Offline

Board footer

Powered by FluxBB