sqlite3 vs. sqlite-d

cym13 via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 7 13:12:22 PDT 2017


On Wednesday, 7 June 2017 at 17:51:30 UTC, Stefan Koch wrote:
> Hi guys
>
> I made a small video.
> Mature and heavily optimized C library vs. young D upstart.
>
> See for yourself how it turns out.
>
> https://www.youtube.com/watch?v=mOeVftcVsvI
>
> Cheers,
> Stefan

It should be noted that the benchmark isn't fair, it favours the 
sqlite3 implementation as parsing and preparing the statement 
isn't measured. And yes, it's still faster which is cool ^^

Also for the lazy ones that like reading code: 
https://github.com/UplinkCoder/sqlite-d


More information about the Digitalmars-d mailing list