5.414706E-02 Look Inside And Realize That Dream ... 0.4493563
0.3572695 Now Visit http://www.clicklinknow.com/dating/ 8.830667E-03
Qian Xu wrote:
Hi All,
We are redesigning a system (previously was written in C) using D.
We use Boundary-Controll-Entity-Pattern.
To wrap db table to entities is a very time consuming work.
Is there any framework or tips for multi-tier applications in D?
--Qian
At times like this, I think of
BCS wrote:
> Hello BCS,
>
>> I have a program that runs an "easily" parallelizable loop. When I run
>> it as a single thread it only takes about 10% longer than 2 threads
>> (on a dual-core). I'm trying to track down the lossed time and am
>> wondering if turning on -profile is even worth looking
Hello BCS,
I have a program that runs an "easily" parallelizable loop. When I run
it as a single thread it only takes about 10% longer than 2 threads
(on a dual-core). I'm trying to track down the lossed time and am
wondering if turning on -profile is even worth looking at. The concern
is that i
I have a program that runs an "easily" parallelizable loop. When I run it
as a single thread it only takes about 10% longer than 2 threads (on a dual-core).
I'm trying to track down the lossed time and am wondering if turning on -profile
is even worth looking at. The concern is that it might not
Le Sat, 28 Mar 2009 12:21:52 +0100, Jarrett Billingsley
a écrit:
On Sat, Mar 28, 2009 at 6:12 AM, TSalm wrote:
Hello,
Is there a way to specifie a constant argument ( I would say an
argument for
which his value is evaluate at compile time )
For example, something like this :
/* --
Hi All,
We are redesigning a system (previously was written in C) using D.
We use Boundary-Controll-Entity-Pattern.
To wrap db table to entities is a very time consuming work.
Is there any framework or tips for multi-tier applications in D?
--Qian
On Sat, Mar 28, 2009 at 6:12 AM, TSalm wrote:
> Hello,
>
> Is there a way to specifie a constant argument ( I would say an argument for
> which his value is evaluate at compile time )
>
> For example, something like this :
>
> /* CODE - */
> import tango.io.Stdout;
>
> void func(c
Hello,
Is there a way to specifie a constant argument ( I would say an argument
for which his value is evaluate at compile time )
For example, something like this :
/* CODE - */
import tango.io.Stdout;
void func(const bool constArg)
{
static if (constArg)
Stdout