SQLite

Check-in [e42ed9b4ad]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:An example showing how to improve performance of sqlite3VdbeSerialPut() using the GCC intrinsic function __builtin_bswap64().
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | builtin-bswap64
Files: files | file ages | folders
SHA1: e42ed9b4adbf4a5cd4ce572d1015f3d2414053aa
User & Date: drh 2017-01-16 11:54:30.181
Context
2017-01-16
11:54
An example showing how to improve performance of sqlite3VdbeSerialPut() using the GCC intrinsic function __builtin_bswap64(). (Leaf check-in: e42ed9b4ad user: drh tags: builtin-bswap64)
2017-01-13
18:24
Fix a problem preventing resumption of RBU operations after recovering from a process or system failure that occurs during the incremental-checkpoint phase. (check-in: 97914266cb user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vdbeaux.c.