Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shakyshane/rust-vs-node
https://github.com/shakyshane/rust-vs-node
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shakyshane/rust-vs-node
- Owner: shakyShane
- Created: 2016-01-07T08:31:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T09:08:48.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T07:49:50.333Z (9 months ago)
- Language: HTML
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
to run the benchmarks you'll need node 4.x + rust 1.5 +
```shell
cargo build
./bench.sh
```I see `rust` being approx 7x faster for `100` loops over the nearly `3000` char file.
![bench](http://i.imgur.com/t0n4Tmh.png)