Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 8, 2017 20:31
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 guitarrapc/1ba51e5ee9ba23dcc82bdaa3b5fe1c88 to your computer and use it in GitHub Desktop.
Save guitarrapc/1ba51e5ee9ba23dcc82bdaa3b5fe1c88 to your computer and use it in GitHub Desktop.
# Generate Array List
# BEFORE ALL BENCHMARK : Generate Array List
# 1. Single Arrays
"$([string]::Join(",", @(1..10000)))"
# 2. Each Line Arrays
[string]::Join("`n,", @(1..10000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment