News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Benchmark 4 unsigned to ascii algos.

Started by hutch--, November 20, 2010, 10:07:22 AM

Previous topic - Next topic

hutch--

Yeah, its probably something like that or making it thread safe but it definitely justifies the "roll your own" approach.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

dedndave

in truth, i would prefer using the masm32 lib functions over CRT....
1) we have control over when and how the code changes, and are aware of the precise implications
2) usually faster and better   :bg

i will say, the CRT is handy - sometimes you can grab a function without having to re-invent the wheel

frktons

Quote from: dedndave on November 22, 2010, 02:04:47 AM
in truth, i would prefer using the masm32 lib functions over CRT....
1) we have control over when and how the code changes, and are aware of the precise implications
2) usually faster and better   :bg

i will say, the CRT is handy - sometimes you can grab a function without having to re-invent the wheel

Agreed  :P
Mind is like a parachute. You know what to do in order to use it :-)