Re: [Cppcms-users] Fast bulk-insert into SQLITE3 using cppDB
Brought to you by:
artyom-beilis
From: Vizcayno T. <viz...@gm...> - 2011-08-22 16:47:12
|
Artyom, many thanks for your kindly help, my program is 20 seconds faster than the C#, although I did not make optimization works on C#. I can see that C++ is not fast automatically, much work is needed in the level of compiler and code, at least in the Windows world. Also, The faster I want to be my C++ code, closer I get to C and closer I break some rules; and in spite of the speed reached, I find this frustrating and unfair. I like to use the cppDB lilbrary because it is very easy to use, elegant and very fast. Regards. |