This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7520116441
sqlite
/
manifest.uuid
1 line
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Simplify a memcpy() in defragmentPage(). It now might copy more content than is strictly necessary, but runs faster and uses less code space. Possible reasons for the improved performance: (1) the copy is now always 8-byte aligned, (2) fewer intermediate results are required which means less register pressure which helps the compiler to optimize the subroutine. FossilOrigin-Name: 6e5607ae4d872954483a8d7a5c866aa41e4af70fae9652fb7eb211b316ab724d
2023-06-09 18:54:18 +03:00
6e5607ae4d872954483a8d7a5c866aa41e4af70fae9652fb7eb211b316ab724d
Reference in New Issue
Copy Permalink