Apr 20 2009

AsmXml

Category: Software DevelopmentTeknovis @ 22:27

I have been doing a lot of work in the last three weeks with XML, Schemas, and WSDLs. It has been a while since I worked with these, so it is very enjoyable!

The XML documents that are based on the files that I am working with will be small, and therefore they will be relatively easy to process with limited resources. However, there are methods of improving the performance of processing XML documents.

One such method is to use the AsmXml parser. This is an XML parser that has been written in assemble language! I am aware of this thanks to a friend, but I am not sure if he is actually using this in a production environment!

Tags: