VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: Yep... Corre (2 replies, 0 views) (2000-Sep-5) The examples at planet source code don't perform actual bit shifting, they only simulate it by multiplication/division, so there is no performance increase whatsoever.
True bit shifting (in Asm or C++) will shift the actual byte/word/dword, and this is faster than using multiplication and division..
I don't think you can do bit shifting in VB, but I'd love to be proven wrong :-)
/Corre
|