Last active
August 29, 2015 14:22
-
-
Save jeffrydegrande/49aea8942ed97768a7a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time cargo run --release | |
Running `target/release/actors` | |
145, Lyric | |
3, Utai | |
4 Real | |
4Shore | |
4Sure | |
4th Ba5e | |
4Tune | |
cargo run --release 1.87s user 0.04s system 99% cpu 1.929 total | |
rust_ruby_exercise_1/ on master | |
› ruby actors.rb | |
running pure Ruby version | |
145, Lyric | |
3, Utai | |
4 Real | |
4Shore | |
4Sure | |
4th Ba5e | |
4Tune | |
50 Cent | |
7.630000 0.090000 7.720000 ( 7.740315) | |
rust_ruby_exercise_1/ on master | |
› RUST=1 ruby actors.rb | |
running Rust/FFI version | |
145, Lyric | |
3, Utai | |
4 Real | |
4Shore | |
4Sure | |
4th Ba5e | |
4Tune | |
1.890000 0.020000 1.910000 ( 1.913829) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment