Skip to content

Instantly share code, notes, and snippets.

@Epigene
Created July 17, 2018 20:16
Show Gist options
  • Save Epigene/ff127017668fe23c288b2f75a716e792 to your computer and use it in GitHub Desktop.
Save Epigene/ff127017668fe23c288b2f75a716e792 to your computer and use it in GitHub Desktop.
Some know-how and cheats for Nim programming languages

Compiling with the -d:release flag will turn the bounds checks off. This will result in higher performance but less safety.

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