473,386 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

XStream: streaming XML transformations

Hello,

I'd like to announce a new small language for XML transformation, called
XStream. Transformations written in XStream are compiled into efficient
XML stream processors: the output is computed and produced while the
input is being parsed, which makes it possible to run some
transformations on very big XML documents which could not even fit in
memory. The programmer does not have to worry about streaming or
buffering, this is all done automatically.

Though XStream is mostly intended as a back-end for higher-level
languages, it is also possible to use it directly. The language
features ML-like pattern matching and higher-order functions, but no types.

Web-site: http://yquem.inria.fr/~frisch/xstream

The reason I'm posting this announce here is that I did a tiny benchmark
to compare the performance of a transformation written in XStream, and
the same transformation written in XQuery and XSLT, with several
XQuery/XSLT engines. You can find the results here:

http://yquem.inria.fr/~frisch/xstream/bench.html

As you can see, Saxon/XQuery performs roughly as well as Qizx/open.
Saxon/XSLT performs better than Xalan C++ and xsltproc (Gnome's
libxslt), but Xalan's XSLTC is slighlyt better. XStream outperforms all
these implementations. If someone can propose more efficient versions of
the XSLT or XQuery scripts, or tell me which configuration settings
could improve Saxon performance, I'd be happy to run the benchmarks again.

(Note that I'm not claiming any superiority of XStream over XQuery or
XSLT implementations: the data models and the languages are too different.)
Alain Frisch
Jun 28 '06 #1
0 1267

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: googlegroups | last post by:
I am playing with the XMLHTTPRequest method to perform client/server transactions. I have it set up right now so that when readyState is 4, it takes the XML and processes it. This works great until...
6
by: Christopher | last post by:
I am currently in the process of evaluating the performance hits of moving to the .NET platform for our application. I created a sample project that loads the transforms the same XML and XSLT in...
1
by: tomakali | last post by:
i want to read all the records of a file *( first till last )* using xstream, please help me with VC++ codes.iam a begginer to VC++. thanks in advance! ...
5
by: John | last post by:
Hi all, I have an (well, what I think to be, at least) interesting question: Is it possible to stream data down to the client and, after a certain amount of data has been streamed, allow the...
2
by: mpaliath | last post by:
Hi guys I am currently involved in a project which requires me to recieve and play streaming video as well as send it. In Visual C++ is there any free library which helps me do this as...
8
by: Amjad | last post by:
Hi i am writing a application where i want to browse video file and copy data into stream and send that stream over network...I have develop P2P windows application where i successfully transfer...
5
by: pmakoi | last post by:
dear all this might be a piece of cake for some of you out there but it is causing me a lot of stress given the fact that there is not enogh documentation out there regarding this topic I am...
1
by: Faisal Shafiq | last post by:
I want to upload a file direct to the Silverlight Streaming Service from a Web Client such as silverlight application. As per our product requirement we want to upload a .WMV file directly from...
0
by: Andrey Luiz | last post by:
Hi guys. I'm doing my work for conclusion of college. I'm using xStream to manipulate XML. All is okay. To put on XML archive and other things. But, I have a problem: Example: My xml contains a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.