Skip to content

Instantly share code, notes, and snippets.

@jeffrydegrande
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffrydegrande/49aea8942ed97768a7a1 to your computer and use it in GitHub Desktop.
Save jeffrydegrande/49aea8942ed97768a7a1 to your computer and use it in GitHub Desktop.
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