Update n-body sources and binary for rust. Add bench results (#172)

This commit is contained in:
Max Graey
2018-07-21 15:11:39 +03:00
committed by Daniel Wirtz
parent 00fb45fcad
commit 813d2e33c8
15 changed files with 704 additions and 779 deletions

View File

@ -70,6 +70,11 @@ Examples
* **[WASM parser](./lib/parse)**<br />
A WebAssembly binary parser in WebAssembly.
Benchmarks
---------
* **[n-body](./examples/n-body)**<br />
Compare performance and produced binary size with n-body example from Computer Language Benchmarks Game.
Building
--------