Wednesday
12
Mar 2008

Why is D/Tango so fast at parsing XML?

(9:05 am) Tags: [General, Projects, D Programming Language]

I have been getting questions concerning the performance of Tango in the XML benchmarks I have been running, with people wondering how something that is not C/C++ could be so fast. “They must be cheating!”

This post intends to explain how D, and subsequently Tango, can perform so well, even against C/C++. To read more about D, please visit the home page for D - D Programming Language. Tango is an alternate ’standard’ library for the D programming language, with a design philosophy of building a great library, with extensive documentation, and providing the greatest functionality in the most efficient manner possible. How do they do that you ask?

Comments are open if other D people would like to add their $.02.

Popularity: 17%

Comments: (0)