Boost logo

Boost :

Subject: Re: [boost] [GSOC] XML library of Boost
From: ¼§ Ã÷³¬ (jmc891205_at_[hidden])
Date: 2013-05-01 15:53:57


ÔÚ 2013-5-2£¬ÉÏÎç3:34£¬legalize+jeeves_at_[hidden] (Richard) дµÀ£º
>
> I think boost.multiprecision has a good example to follow: you specify
> a back-end as a template argument, where the backends can be an
> existing library or a boost licensed implementation. The boost
> licensed implementation needn't be as fast or memory efficient as the
> existing libraries, the emphasis should be on simplest implementation
> that can satisfy the backend requirements of the front end library,
> without beeing too slow or memory intensive.

Thanks for your helpful instruction! I'll look into boost.multiprecision to see how it solve this problem.
But according to your explanation, boost still need its own xml library implementation. Am I correct?
Currently, boost use rapidXML, a 3rd-party xml library, to read or write xml files.

Then I think this project can be divided into two parts.
1. Define a good API and map it to some 3rd-party libraries such as libxml2.
2. Implement a simple xml library for boost.

Sincerely,
Mingchao


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk