Skip to content

Instantly share code, notes, and snippets.

@ochafik
Last active December 12, 2015 12:09
Show Gist options
  • Save ochafik/4770222 to your computer and use it in GitHub Desktop.
Save ochafik/4770222 to your computer and use it in GitHub Desktop.
import scalaxy.loops._
for (iteration <- 0 until iterations optimized) {
for (i <- 0 until n optimized) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment