Macro optimize

Source
macro_rules! optimize {
    ($stream:expr,$($opt:expr),*) => { ... };
}