Git Product home page Git Product logo

js_cpp_testing's Introduction

Benchmarks

QuickJS

qjs test.js
Complex Computation took 158 milliseconds
Result: -681.7596643536854

QuickJS Bytecode

 qjsc -o test_compiled test.js
./test_compiled
Complex Computation took 157 milliseconds
Result: -681.7596643536854

V8 -cpp17 version

Complex Computation took 109 milliseconds
Result: -681.7596643536841
Total time (including parsing) with no JIT: 152 ms

Complex Computation took 22 milliseconds
Result: -681.7596643536841
Total time (including compilation) with JIT: 22 ms

Chrome

Complex Computation took 20.40000009536743 milliseconds
complex_test.html:31 Result: -681.7596643536885

Cpp

Complex Computation took 9.85891 milliseconds
Result: -681.76

QuickJS

  • Update package list
sudo apt update
  • Install build essentials and CMake
sudo apt install -y build-essential cmake
  • Clone QuickJS repository
git clone https://github.com/bellard/quickjs.git
cd quickjs
  • Build QuickJS
make
  • Install QuickJS
sudo make install

V8

  • depot_tools
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
echo 'export PATH="$PATH:$HOME/depot_tools"' >> ~/.bashrc
source ~/.bashrc
mkdir v8
cd v8
fetch v8
cd v8

git checkout main
gclient sync
tools/dev/v8gen.py x64.release.sample
ninja -C out.gn/x64.release.sample v8_monolith

js_cpp_testing's People

Contributors

craigborrows avatar

Watchers

 avatar Binod avatar Aidan P avatar

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.