Re: SecureD - A simple cryptography library for D

2016-12-12 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-12-12 08:07, Adam Wilson wrote: On OSX you need to use LDC or the linker will fail. What linker errors do you get using DMD? -- /Jacob Carlborg

Re: Mir Blog: Writing efficient numerical code in D

2016-12-12 Thread Relja Ljubobratovic via Digitalmars-d-announce
On Tuesday, 13 December 2016 at 05:27:01 UTC, Andrei Alexandrescu wrote: I'm about to fall asleep, but I made a quick pass through the piece. Here are a few nits: Thanks for an extensive feedback, Andrei! I've followed up 99% of fixes given here[1], but unfortunately I'll be unavailable for

Re: Mir Blog: Writing efficient numerical code in D

2016-12-12 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 12/12/16 4:58 PM, Relja Ljubobratovic wrote: Hey guys, We have just published another post on "Writing efficient numerical code in D", to Mir's Blog[1]. In this post we are focusing on mir.ndslice.algorithm usage in DCV[2], computer vision library that has recently joined libmir

Re: Mir Blog: Writing efficient numerical code in D

2016-12-12 Thread rikki cattermole via Digitalmars-d-announce
On 13/12/2016 11:34 AM, Johan Engelen wrote: On Monday, 12 December 2016 at 21:58:23 UTC, Relja Ljubobratovic wrote: Hey guys, We have just published another post on "Writing efficient numerical code in D", to Mir's Blog[1]. Nice :) Some comments: - You can make the numbers in the table

Re: Fix suggestions for missing imports // code-d 0.15.0 & workspace-d 2.9.1 released

2016-12-12 Thread Soulsbane via Digitalmars-d-announce
On Monday, 12 December 2016 at 21:42:50 UTC, WebFreak001 wrote: I recently released workspace-d¹ 2.9.1 with many new additions and I released code-d² 0.15.0 just a few hours ago. [...] Question, will(or perhaps there already is an option and I missed it) there be an option to disable dfmt?

Re: Mir Blog: Writing efficient numerical code in D

2016-12-12 Thread Relja Ljubobratovic via Digitalmars-d-announce
On Monday, 12 December 2016 at 22:34:32 UTC, Johan Engelen wrote: On Monday, 12 December 2016 at 21:58:23 UTC, Relja Ljubobratovic wrote: Hey guys, We have just published another post on "Writing efficient numerical code in D", to Mir's Blog[1]. Nice :) Thanks! :) Some comments: - You

Re: Mir Blog: Writing efficient numerical code in D

2016-12-12 Thread Johan Engelen via Digitalmars-d-announce
On Monday, 12 December 2016 at 21:58:23 UTC, Relja Ljubobratovic wrote: Hey guys, We have just published another post on "Writing efficient numerical code in D", to Mir's Blog[1]. Nice :) Some comments: - You can make the numbers in the table more readable by adding commas? For example,

Mir Blog: Writing efficient numerical code in D

2016-12-12 Thread Relja Ljubobratovic via Digitalmars-d-announce
Hey guys, We have just published another post on "Writing efficient numerical code in D", to Mir's Blog[1]. In this post we are focusing on mir.ndslice.algorithm usage in DCV[2], computer vision library that has recently joined libmir organization. We've had great success in optimizing DCV's

Fix suggestions for missing imports // code-d 0.15.0 & workspace-d 2.9.1 released

2016-12-12 Thread WebFreak001 via Digitalmars-d-announce
I recently released workspace-d¹ 2.9.1 with many new additions and I released code-d² 0.15.0 just a few hours ago. code-d (which might be more interesting for the average reader of this thread) is my Visual Studio Code D extension with support for basically everything vscode allows me to

Re: simple VFS implementation

2016-12-12 Thread ketmar via Digitalmars-d-announce
contrary to what i said ealier, there is now a way to get list of known files, with their times and packed size (if containter supports that feature). zip reader now understands all standard zip methods (including "shrink", "reduce" and "implode"), and LZMA (no external lzma library