comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Parallel for in instant, Useful strategy ?
Date: Fri, 25 Jan 2013 16:13:29 +0100
Date: 2013-01-25T16:13:29+01:00	[thread overview]
Message-ID: <bd83btpbgexb.vhrhk8kxh4ys.dlg@40tude.net> (raw)
In-Reply-To: 8752bd49-0ab9-48dd-b257-ee32f0180a18@googlegroups.com

On Fri, 25 Jan 2013 06:46:27 -0800 (PST), Patrick wrote:

> I am not really suggesting a rewrite of sqlite but I am wondering, with
> the rise of multicores computers, whether commands might be better written
> as parallel programs.

No. Multicore architecture is a shared-memory one. As such it has an
advantage only in the cases involving computations. In other cases (e.g.
persistence layer) the effect on performance is difficult to predict. It
can well be negative.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



      reply	other threads:[~2013-01-25 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25 14:46 Parallel for in instant, Useful strategy ? Patrick
2013-01-25 15:13 ` Dmitry A. Kazakov [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox