On Tuesday, 30 December 2014 at 21:19:52 UTC, jklp wrote:
On Tuesday, 30 December 2014 at 21:12:38 UTC, Kiith-Sa wrote:
A few weeks/months ago someone here mentioned that it'd be
good if DUB projects linked to code.dlang.org to help anyone
who runs into such a project quickly discover other D p
On Tuesday, 30 December 2014 at 21:19:52 UTC, jklp wrote:
On Tuesday, 30 December 2014 at 21:12:38 UTC, Kiith-Sa wrote:
A few weeks/months ago someone here mentioned that it'd be
good if DUB projects linked to code.dlang.org to help anyone
who runs into such a project quickly discover other D p
A few weeks/months ago someone here mentioned that it'd be good
if DUB projects linked to code.dlang.org to help anyone who runs
into such a project quickly discover other D projects.
MAny GitHub projects have "badges"/"shields" on top of their
READMEs - little image strips showing things like
On Friday, 3 October 2014 at 08:18:45 UTC, thedeemon wrote:
On Thursday, 2 October 2014 at 20:16:56 UTC, Gary Willoughby
wrote:
Say i have created a program written in D, what tools are
available for me to track memory allocations?
I wrote a tiny module trackallocs.d that inserts a GC proxy an
On Thursday, 2 October 2014 at 20:16:56 UTC, Gary Willoughby
wrote:
Say i have created a program written in D, what tools are
available for me to track memory allocations?
If you write a program and its performance is slow because you
suspect too many allocations are taking place in unrecognis
On Friday, 12 September 2014 at 03:23:55 UTC, Vlad Levenfeld
wrote:
I've got a library I've been building up over a few projects,
and I've only ever run it under "debug" "unittest" and
"release" (with dub "buildOptions").
Lately I've needed to control the performance more carefully,
but unfortu
On Sunday, 24 August 2014 at 08:03:11 UTC, Bienlein wrote:
Hello,
I was having a look at the new nogc annotation and therefore
wrote some code that creates an instance on the heap bypassing
the GC (code adapted from http://dpaste.dzfl.pl/2377217c7870).
Problem is that calls to call the class'
On Tuesday, 26 August 2014 at 10:38:47 UTC, Bienlein wrote:
Hello,
does anyone know of a List/Set/Map implementation that does not
rely on the GC? The would be the last thing I need for D to be
really happy with it ;-)
Thanks, Bienlein
These use the work-in-progress std.allocator and seem
On Monday, 25 August 2014 at 17:47:47 UTC, Ryan wrote:
Thanks for both responses. This is the information I was
looking for.
I have DMD, GTK# (For MonoDevelop), MonoDevelop, MonoD, dubs,
and GTKD installed.
I've got some things to compile... So the crux of my issue is
that I can't figure o
On Monday, 25 August 2014 at 16:46:11 UTC, Ryan wrote:
Me: Software developer for 30 years.
So perhaps this is old fashion, but I wanted to start using D
by whipping together nice little personal utilities.
I tried installing MonoDevelop and Mono-D. I can't even figure
out the basics, such
On Sunday, 24 August 2014 at 11:56:44 UTC, nikki wrote:
I come from languages that don't offer structs, I have this
json load function that has to keep some data and intuitively
I've written a struct, I've read about the differences, heap vs
stack, value vs reference, but know I think i am over
11 matches
Mail list logo