Skip to content

Instantly share code, notes, and snippets.

View rbran's full-sized avatar
🦜

Rubens Brandão rbran

🦜
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rbran on github.
  • I am rbran (https://keybase.io/rbran) on keybase.
  • I have a public key ASA38TR1IBL3NpGfEZMGg0LyQ3MUpTpp9WF1VJHb5cj2Swo

To claim this, I am signing this object:

@rbran
rbran / bench.rs
Created October 8, 2015 18:57
Simple Bench to test dynamic and static dispatching on Rust.
use std::env;
use std::io;
use std::option::Option;
struct StructTest {
any_value: i32
}