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

https://github.com/devongovett/bench-napi


https://github.com/devongovett/bench-napi

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

A benchmark of various node object creation methods in C++ vs JS.

```
napi: 48.992ms
v8 tmpl: 16.973ms
js: 2.663ms
```

To run:

```sh
yarn
yarn build
node bench.js
```