Re: rapidxml for D has been ported.

2019-10-08 Thread GreatSam4sure via Digitalmars-d-announce
On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: [...] So finally we have a working xml parser! https://github.com/DiamondMVC/Diamond/tree/master/xml

Re: rapidxml for D has been ported.

2019-10-08 Thread bauss via Digitalmars-d-announce
On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: [...] So finally we have a working xml parser! https://github.com/DiamondMVC/Diamond/tree/master/xml Since 9 months ago.

Re: rapidxml for D has been ported.

2019-10-08 Thread Dukc via Digitalmars-d-announce
On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: [...] So finally we have a working xml parser! Huh? What's wrong with dxml[1]? (Of course it's always good to have alternatives, working or no). 1:

Re: rapidxml for D has been ported.

2019-10-08 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: [...] So finally we have a working xml parser!

rapidxml for D has been ported.

2019-10-08 Thread zoujiaqing via Digitalmars-d-announce
RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. RapidXml has been around

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-08 Thread Andrej Mitrovic via Digitalmars-d-announce
On Sunday, 6 October 2019 at 19:58:04 UTC, Walter Bright wrote: On 10/6/2019 2:59 AM, Paolo Invernizzi wrote: Well, so there's hope that _very little_ improvements will be merged, in a way or another? I mean, there's some sort of policy for things like that:   

Re: intel-intrinsics v1.2.0: Added GDC support, SSE3

2019-10-08 Thread Iain Buclaw via Digitalmars-d-announce
On Tue, 8 Oct 2019 at 02:30, Guillaume Piolat via Digitalmars-d-announce wrote: > > `intel-intrinsics` is a DUB package for people interested in x86 > performance that want a portable set of intrinsics which works > with all D compilers. > > Available through DUB: >