Giter VIP home page Giter VIP logo

v8-builder's Issues

d8 vs nodejs speed

Compilation parameters lead to inefficiency

var sum = 0;
var s = 1;
var iter = 100000000;

for (var i=0; i<iter; i++) {
    var e = 2*i+1;
    sum += s/e;
    s*=-1;
}

time ./d8 speed.js
real 0m6.682s
user 0m8.827s
sys 0m0.020s
time node speed.js
real 0m1.682s
user 0m0.827s
sys 0m0.020s

The gap is too big

Ubuntu 18.04: Android python build script throws invalid syntax

tried on different branches. If I understand it correctly it tries to tell me that it can't read a config file, but I can't figure out which one...

Traceback (most recent call last):
File "./tools/dev/v8gen.py", line 57, in
import mb
File "/home/v8/v8/v8/tools/mb/mb.py", line 565
(self.args.config_file, e)) from e
^
SyntaxError: invalid syntax

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.