comp.lang.ada
 help / color / mirror / Atom feed
From: briot.emmanuel@gmail.com
Subject: Re: Ada vs SQLite3 benchmark
Date: Thu, 18 Sep 2014 01:08:46 -0700 (PDT)
Date: 2014-09-18T01:08:46-07:00	[thread overview]
Message-ID: <815a16a3-2393-4045-9e0a-3bb28123d26a@googlegroups.com> (raw)
In-Reply-To: <lve370$35m$1@dont-email.me>


Why did you run the benchmarks without optimization ? That seems inconsistent. If you are measuring performance, you should run with full optimization on I think.

Also, it would be interesting to use the following pragmas (combined or not) in sqlite, since they can impact performance significantly:
     pragma journal_mode=WAL;
     pragma synchronous=OFF;    (unless the Ada code is also running fsync() regularly)

I think the latter in particular will significantly change the time measured for sqlite.

But I agree with your conclusion that Ada is a viable alternative here, thanks for the experiment !


  parent reply	other threads:[~2014-09-18  8:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-17 16:51 Ada vs SQLite3 benchmark Dmitry A. Kazakov
2014-09-17 23:26 ` gdotone
2014-09-18  0:16 ` Jeffrey Carter
2014-09-18  7:31   ` Dmitry A. Kazakov
2014-09-18  5:50 ` Georg Bauhaus
2014-09-18  7:27   ` Dmitry A. Kazakov
2014-09-18  7:56     ` Georg Bauhaus
2014-09-18  8:05       ` Dmitry A. Kazakov
2014-09-18  8:08       ` briot.emmanuel [this message]
2014-09-18 20:08         ` Dmitry A. Kazakov
2014-09-18  8:17 ` Marius Amado-Alves
2014-09-18 13:41 ` Jacob Sparre Andersen
2014-09-18 19:42   ` Dmitry A. Kazakov
2014-09-18 17:09 ` Pascal Obry
2014-09-22 15:43   ` Gour
2014-09-22 16:08     ` Pascal Obry
2014-09-22 17:00       ` Gour
2014-09-22 16:29     ` Dmitry A. Kazakov
2014-09-22 17:02       ` Gour
2014-09-22 19:09         ` Dmitry A. Kazakov
2014-09-22 20:19           ` Gour
replies disabled

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