Crazy Ideas
From Talk:Yatagan/Source
Jump to navigation
Jump to search
Revision as of 22 March 2013 at 11:58.
The highlighted comment was created in this revision.
The highlighted comment was created in this revision.
First, we initialize integer to 256 to save a byte. :) Then, in the PM code we use (integer = integer >> 1)
, instead of (integer = integer - 1)
.
If I'm right (which I rarely am), this would be smaller, faster and smarter. How does it sound to you?