News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

String lib for Pelles C (and VC++ 2010 Express)

Started by jj2007, May 28, 2013, 01:21:25 AM

Previous topic - Next topic

dedndave

p4 prescott w/htt, xp mce2005 sp3
#0 MB=  ;;;; head
#n MB=  ENDIF

#0 Bsl= ;;;; head
#n Bsl= ENDIF

Timings are for 200 * translating Windows.inc to an array:
2132    milliseconds for 26894 strings with bsplit
633     milliseconds for 26894 strings with StringToArray

Gunther

Jochen,

the benchmark timings:

###### Start benchmark translating string to array: ######

#0 MB=  ;;;; head
#n MB=  ENDIF

#0 Bsl= ;;;; head
#n Bsl= ENDIF

Timings are for 200 * translating Windows.inc to an array:
1409    milliseconds for 26902 strings with bsplit
450     milliseconds for 26902 strings with StringToArray

############ End of benchmark ############


Gunther
You have to know the facts before you can distort them.

TWell

Is anywhere standalone version of Mb4C.lib?
Without those \masm32\MasmBasic\masmbasic.lib depedensies or that lib with it?

dedndave