The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: TSDNZ on June 24, 2011, 02:34:08 AM

Title: Re: Simplified multi threading demo.
Post by: TSDNZ on June 24, 2011, 02:34:08 AM
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.
Title: Re: Simplified multi threading demo.
Post by: qWord on June 24, 2011, 02:13:10 PM
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.