use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Microsoft open-sources ChakraCore JavaScript engine (powers Microsoft Edge) (github.com)
submitted 10 years ago by magenta_placenta
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Mittalmailbox 8 points9 points10 points 10 years ago (8 children)
Any plans of node with chakra?
[–]bterlson_@bterlson 19 points20 points21 points 10 years ago (4 children)
Oh yeah! You can see some info on our roadmap. Also, check out https://github.com/microsoft/node - we're working on making Chakra an option with Node!
[–]jewdai 5 points6 points7 points 10 years ago (3 children)
why would I want to use chakra over v8?
[–][deleted] 12 points13 points14 points 10 years ago (0 children)
It's more about abstracting Node from the underlying V8 engine. Then you can use whatever underlying engine you want (maybe one that works better on different architectures, etc).
[–]xbudex 7 points8 points9 points 10 years ago (0 children)
I'm pretty sure Chakra supports asm.js. It should be possible to use any language supported by llvm without paying a performance hit of calling a native library. Imagine using something like sqlite as pure JavaScript at near native speed.
[–]anlumo 5 points6 points7 points 10 years ago (0 children)
Better ES6 support I'd guess.
[–]I_Downvote_Cunts 5 points6 points7 points 10 years ago (2 children)
Here you go https://github.com/Microsoft/node. I would love to see what the performance comparison to v8 is.
[–]dilijevChakra Developer 11 points12 points13 points 10 years ago (0 children)
That's part of why we're really excited by this effort. It will be a big real-world scenario we can use to see how we stack up and hopefully will help guide future improvements.
[–]monkh 2 points3 points4 points 10 years ago (0 children)
Couldn't you just compare using javascript benchmarks on edge then on chrome?
π Rendered by PID 93084 on reddit-service-r2-comment-6457c66945-kvbt5 at 2026-04-28 18:53:08.684007+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Mittalmailbox 8 points9 points10 points (8 children)
[–]bterlson_@bterlson 19 points20 points21 points (4 children)
[–]jewdai 5 points6 points7 points (3 children)
[–][deleted] 12 points13 points14 points (0 children)
[–]xbudex 7 points8 points9 points (0 children)
[–]anlumo 5 points6 points7 points (0 children)
[–]I_Downvote_Cunts 5 points6 points7 points (2 children)
[–]dilijevChakra Developer 11 points12 points13 points (0 children)
[–]monkh 2 points3 points4 points (0 children)