D is a multi-paradigm systems programming language developed by Walter Bright and, since 2006, Andrei Alexandrescu.
When loading shared libraries in Windows, LoadLibrary() call causes DllMain in library to execute for each new process and thread …
posix shared-libraries d dlopenIs anyone out there using D for real world applications? If so, what are you using it for? I can't …
d popularityI like some features of D, but would be interested if they come with a runtime penalty? To compare, I …
c++ performance runtime dMy question is sort of like this question but I have more constraints: I know the document's are reasonably sane …
c# html d text-extractionHow to create/write a simple XML parser from scratch? Rather than code samples, I want to know what are …
xml d xml-parsingRecently I've been bothered because I reached a point in which C++ (even 0x) felt very limited, so I started …
dI'm working on a custom mark-release style memory allocator for the D programming language that works by allocating from thread-local …
multithreading performance d thread-local-storageassert(0.1 + 0.2 != 0.3); // shall be true is my favorite check that a language uses native floating point arithmetic. C++ #include <cstdio&…
floating-point floating-accuracy d constantfoldingI want to know what are the semantic differences between the C++ full concepts proposal and template constraints (for instance, …
c++ c++11 d c++-concepts