Skip to content

w3b3d3v/rust-benckmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust Benchmark

Performance Benchmark

to run the performance benchmark:

cd sum
./bench.sh

Results on Mac M3:

Compiling C...
Compiling Rust...
Running C...
Average User Time: .206000 seconds
Running Rust...
Average User Time: .500000 seconds
Running Python...
Average User Time: 6.923000 seconds

Type Safety comparison

cd type-safety
gcc ts.c
rustc ts.rs

./a.out
./ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published