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-23 1:29

>>5
Packing/unpacking one bit at a time like that is going to be horribly slow. Probably better to use an array of unsigned int and use shifts and masks to pack sizeof(unsigned) * CHAR_BIT bits at a time wherever possible. The cfbcopyarea routines in the Linux kernel do this but the implementation there is rather wizardly.

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