An open API service indexing awesome lists of open source software.

https://github.com/justjavac/rust_v8_and_quickjs

Compare the size of v8 and quickjs
https://github.com/justjavac/rust_v8_and_quickjs

quickjs rust rust-lang rust-library rustlang v8 v8-engine v8-javascript-engine v8js

Last synced: 4 days ago
JSON representation

Compare the size of v8 and quickjs

Awesome Lists containing this project

README

        

# rust_v8_and_quickjs

[![tag](https://img.shields.io/github/release/justjavac/rust_v8_and_quickjs)](https://github.com/justjavac/justjavac/releases)
[![Build Status](https://github.com/justjavac/rust_v8_and_quickjs/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/justjavac/actions)
[![license](https://img.shields.io/github/license/justjavac/rust_v8_and_quickjs)](https://github.com/justjavac/justjavac/blob/master/LICENSE)

## Size

| | debug | release |
|-------------|------------:|-----------:|
| **quickjs** | 1,758,728 | 1,281,104 |
| **v8** | 40,047,648 | 20,956,816 |

## Chart

![](./chart.png)

### License

[rust_v8_and_quickjs](https://github.com/justjavac/rust_v8_and_quickjs) is released under the MIT License. See the bundled [LICENSE](../LICENSE) file for details.