Skip to content

Instantly share code, notes, and snippets.

@benbjohnson
Created November 20, 2014 03:40
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 benbjohnson/08d8e9bd898ce430d1a1 to your computer and use it in GitHub Desktop.
Save benbjohnson/08d8e9bd898ce430d1a1 to your computer and use it in GitHub Desktop.
Append, Append+Cap, Direct Index Benchmark
1 10 100 1000
---------------------------
Append | 88ns | 63ns | 23ns | 14ns |
Append+Cap | 88ns | 16ns | 10ns | 8ns |
Index | 84ns | 14ns | 7ns | 6ns |
@benbjohnson
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment