Skip to content

Instantly share code, notes, and snippets.

@Rolilink
Created February 5, 2015 04:51
Show Gist options
  • Select an option

  • Save Rolilink/241057191e35705e8a6d to your computer and use it in GitHub Desktop.

Select an option

Save Rolilink/241057191e35705e8a6d to your computer and use it in GitHub Desktop.
var model1 = new Model();
var model2 = new Model();
model1.save(); // Kinda slow
doSomething(model1);
model2.save(); // Kinda slow
doSomething(model2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment