php-src/ext/sqlite3
K f6d30cfba7 microptimization of SQLite3Result::fetchArray
Store the result of sqlite3_data_count() into a variable and check that inside a loop instead calling it directly all the time. GCC is not brave enough to figure out the function produces the same result every time and call it repeatedly. This change produces fairly small but measurable and consistent speedup.
2021-08-30 10:15:44 +02:00
..
tests Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
config0.m4 Require sqlite >= 3.7.7 for URI in DSN (#7347) 2021-08-11 10:31:28 +02:00
config.w32 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
CREDITS Good patch from Brad Dewar that adds missing createCollation() 2012-01-29 03:57:29 +00:00
php_sqlite3_structs.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sqlite3.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sqlite3_arginfo.h Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
sqlite3.c microptimization of SQLite3Result::fetchArray 2021-08-30 10:15:44 +02:00
sqlite3.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00