Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What exactly is a
Message
From
24/11/2004 09:46:25
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
 
To
24/11/2004 07:20:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964046
Message ID:
00964274
Views:
10
Cetin,
>- even sometimes using below library for faster execution despite harder to grasp and even buggy for someone else if s/he doesn't know the subtle differences in declare part)

You might check on your machines the execution speed. For DWORD the RtlMoveMemory is not my choice, since it doesn't cover the whole range and is even slightly slower then unrolled versions like the original poster was using. Surprised me a bit<g>. Perhaps replacing the 2**x multiplications with bitshifts might give even slightly faster results, or a direct call into an fll, but for me the RtlMoveMemory is to be avoided <g>, especially as the unrolled versions are easier to read.

regards

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform