News:

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

Re: Simplified multi threading demo.

Started by TSDNZ, June 24, 2011, 02:34:08 AM

Previous topic - Next topic

TSDNZ

Hi, Just found this site.

I think writting a multi-threaded XML parser is a good idea.
I have my XML parser in C++ and require it to be faster, so I am rewriting it in asm, not inlining in C++
It is currently using two threads, but I am about to make it use as many as I like.
It can read an unlimited file and links into C++ for additional functionality.
It does not support all the features.
I will add these as required.

qWord

hi,
What aspect on parsing XML documents requires the usage of multithreading? Also, you should not expect speed speed gain in compare to your (well written?) cpp-code.
FPU in a trice: SmplMath
It's that simple!