Skip to content

Instantly share code, notes, and snippets.

@rowlo
Created January 2, 2014 12:11
Show Gist options
  • Save rowlo/8218386 to your computer and use it in GitHub Desktop.
Save rowlo/8218386 to your computer and use it in GitHub Desktop.
Performance of creating QList and reverting it.
building list w/o reserve took 1422 ms
building list w/ reserve took 1263 ms
reversing list stack overflow took 185 ms
reversing list stack overflow with max took 159 ms
reversing list stack overflow with max and size took 133 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment