Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Post top tier code

Name: Anonymous 2014-07-22 13:29

Can be yours or not, I just want to see something good.

Name: Anonymous 2014-07-30 2:44

>>6

Packing/unpacking one bit at a time like that is going to be horribly slow.
It won't be, because memory is the bottleneck and superscalar architecture can unpack several bit at once.
I.e.
x = word & 1;
y = word & 2;
z = word & 4;

would be as fast as single x = word & 1

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List