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.
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.