Skip to content

Instantly share code, notes, and snippets.

@deniskyashif
Created February 1, 2015 17:45
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 deniskyashif/035a7318271e1182a89a to your computer and use it in GitHub Desktop.
Save deniskyashif/035a7318271e1182a89a to your computer and use it in GitHub Desktop.
x * 2^y = x << y
x / 2^y = x >> y
x % y = x & (y-1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment