Re: Numerical age for D: Mir v0.18.0 is faster then OpenBLAS

2016-09-25 Thread Lodovico Giaretta via Digitalmars-d-announce
On Sunday, 25 September 2016 at 12:11:53 UTC, Lodovico Giaretta wrote: On Friday, 23 September 2016 at 13:25:30 UTC, Ilya Yaroshenko wrote: Mir is LLVM-accelerated Generic Numerical Library for Science and Machine Learning. Benchmark:

Re: Numerical age for D: Mir v0.18.0 is faster then OpenBLAS

2016-09-25 Thread Lodovico Giaretta via Digitalmars-d-announce
On Friday, 23 September 2016 at 13:25:30 UTC, Ilya Yaroshenko wrote: Mir is LLVM-accelerated Generic Numerical Library for Science and Machine Learning. Benchmark: http://blog.mir.dlang.io/glas/benchmark/openblas/2016/09/23/glas-gemm-benchmark.html Mir v0.18.0 release notes:

Re: [OT] LLVM 3.9 released - you can try the release already with LDC!

2016-09-06 Thread Lodovico Giaretta via Digitalmars-d-announce
On Tuesday, 6 September 2016 at 09:21:06 UTC, eugene wrote: On Sunday, 4 September 2016 at 17:18:10 UTC, Kai Nacke wrote: This is the 9th time that LDC and D are mentioned in the LLVM release notes! lol, how does it help?))) There are lot of projects using LLVM [1]. The fact that LDC if

Re: [GSoC] std.experimental.xml is now a PR!

2016-08-27 Thread Lodovico Giaretta via Digitalmars-d-announce
On Thursday, 25 August 2016 at 21:36:34 UTC, Lurker wrote: On Wednesday, 24 August 2016 at 09:31:44 UTC, Lodovico Giaretta wrote: [...] Looks good at first glance. How does it compare against established XML parsers performance-wise, e.g. Phobos XML, RapidXML, pugixml etc. Tango claimed

Re: [GSoC] std.experimental.xml is now a PR!

2016-08-24 Thread Lodovico Giaretta via Digitalmars-d-announce
On Wednesday, 24 August 2016 at 12:00:43 UTC, Suliman wrote: On Wednesday, 24 August 2016 at 10:26:53 UTC, Lodovico Giaretta wrote: [...] IMHO is much better to attend every function with short example of it's usage. For example:

Re: [GSoC] std.experimental.xml is now a PR!

2016-08-24 Thread Lodovico Giaretta via Digitalmars-d-announce
On Wednesday, 24 August 2016 at 10:22:04 UTC, Suliman wrote: Add more examples of usage please. Thank you very much for having a look. Did you see the examples at [1]? I don't want to add other examples to that page, it would become too long, but maybe I could add specific examples in the

[GSoC] std.experimental.xml is now a PR!

2016-08-24 Thread Lodovico Giaretta via Digitalmars-d-announce
Hi! I'm pleased to announce that my GSoC project, a replacement for the outdated std.xml, is now a Phobos PR! [1] It is an (almost complete) mirror of my repository [2], which is also available on DUB [3]. I would like to thank my mentor Robert burner Schadek for his great support and

Re: LDC 1.1.0-beta2 has been released!

2016-08-08 Thread Lodovico Giaretta via Digitalmars-d-announce
On Monday, 8 August 2016 at 16:14:44 UTC, David Nadlinger wrote: On Monday, 8 August 2016 at 16:01:29 UTC, Lodovico Giaretta wrote: Is this beta available on Travis, or will it be? The beta is available from https://dlang.org/install.sh as "ldc-1.1.0-beta2", so it should also be accessible

Re: LDC 1.1.0-beta2 has been released!

2016-08-08 Thread Lodovico Giaretta via Digitalmars-d-announce
On Wednesday, 3 August 2016 at 20:12:59 UTC, Kai Nacke wrote: Hi everyone, LDC 1.1.0-beta2, the LLVM-based D compiler, is available for download! This BETA release is based on the 2.071.1 frontend and standard library and supports LLVM 3.5-3.9. We provide binaries for Linux, OX X, FreeBSD,

Re: std.experimental.xml available on DUB

2016-08-04 Thread Lodovico Giaretta via Digitalmars-d-announce
On Wednesday, 3 August 2016 at 09:04:30 UTC, Jacob Carlborg wrote: On 2016-07-30 11:26, Lodovico Giaretta wrote: Hi, I'm proud to announce that std.experimental.xml v0.1.0 is available on DUB [1]! Another question. I see that there are a couple of different lexers available. Can those be

Re: std.experimental.xml available on DUB

2016-08-03 Thread Lodovico Giaretta via Digitalmars-d-announce
On Tuesday, 2 August 2016 at 15:32:50 UTC, Jacob Carlborg wrote: * Does it work at CTFE? I don't think so. * I see that it doesn't follow the D naming conventions You are talking about upper/lower cases in the names, right? I will correct them in the Phobos PR.

Re: std.experimental.xml available on DUB

2016-08-01 Thread Lodovico Giaretta via Digitalmars-d-announce
On Monday, 1 August 2016 at 07:38:29 UTC, Guillaume Piolat wrote: On Sunday, 31 July 2016 at 18:56:33 UTC, Lodovico Giaretta wrote: kxml is also way limited with respect to std.experimental.xml. It does not support many features, like custom allocators (because they don't exist in Java). It

Re: std.experimental.xml available on DUB

2016-07-31 Thread Lodovico Giaretta via Digitalmars-d-announce
On Sunday, 31 July 2016 at 18:38:32 UTC, Guillaume Piolat wrote: On Saturday, 30 July 2016 at 09:26:27 UTC, Lodovico Giaretta wrote: Hi, I'm proud to announce that std.experimental.xml v0.1.0 is available on DUB [1]! If you find any issue / have any suggestion, please file an issue on

Re: std.experimental.xml available on DUB

2016-07-31 Thread Lodovico Giaretta via Digitalmars-d-announce
On Sunday, 31 July 2016 at 15:28:14 UTC, LaTeigne wrote: On Saturday, 30 July 2016 at 09:26:27 UTC, Lodovico Giaretta wrote: Hi, I'm proud to announce that std.experimental.xml v0.1.0 is available on DUB [1]! This is the project I'm working on for GSoC 2016. It aims to become a

Re: std.experimental.xml available on DUB

2016-07-31 Thread Lodovico Giaretta via Digitalmars-d-announce
On Sunday, 31 July 2016 at 12:04:18 UTC, Steven Schveighoffer wrote: On 7/30/16 5:26 AM, Lodovico Giaretta wrote: [...] Good to see this advancing! I'm looking at the cursor API and like what I see. Good to know. The cursor API is the central concept of the library, even if it will

std.experimental.xml available on DUB

2016-07-30 Thread Lodovico Giaretta via Digitalmars-d-announce
Hi, I'm proud to announce that std.experimental.xml v0.1.0 is available on DUB [1]! This is the project I'm working on for GSoC 2016. It aims to become a substitution for Phobos std.xml. Now you can easily try it and provide some feedback. I will soon create a WIP PR on the Phobos

Re: DIP1001: Exception Handling Extensions

2016-07-10 Thread Lodovico Giaretta via Digitalmars-d-announce
On Sunday, 10 July 2016 at 19:55:37 UTC, Superstar64 wrote: link: https://github.com/dlang/DIPs/pull/9 file: https://github.com/Superstar64/DIPs/blob/exception_extensions/DIPs/DIP1001.md I'm not convinced by this proposal. Here are some early thoughts: 1) Wouldn't a library solution based on

Re: GSoC 2016 - std.experimental.xml progress

2016-05-02 Thread Lodovico Giaretta via Digitalmars-d-announce
On Monday, 2 May 2016 at 12:25:03 UTC, 9il wrote: Hello Lodovico, Thank you for working on new xml. Please use size_t and sizediff_t instead of uint and int in your loops: for (auto i = 0; i < t.length; i++) should be replaced with foreach (size_t i; 0 .. t.length) Best regards, Ilya

GSoC 2016 - std.experimental.xml progress

2016-05-02 Thread Lodovico Giaretta via Digitalmars-d-announce
Hi, Just a little update about my project... After days of bugfixes, the first almost-high-level API (XMLCursor) is now quite usable. Now I can start working on other APIs (e.g. DOM) based on it. If you're interested you can find some usage examples in files benchmark.d and test.d . Any