You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake CMAKE_BUILD_TYPE=Release only gives you -O2. Clink as of 38e9285 seems to get a significant benefit from LTO. We can likely also get a further speed up from a SQLite amalgamation build. Not of much relevance during development, but for deployment this would be nice.
The text was updated successfully, but these errors were encountered:
Surprisingly an intermediate point in some database normalisation work (5e1c86b) is already showing a 77% speed up in database construction. If we continue on this trajectory, going to an amalgamation build may be unnecessary.
CMake
CMAKE_BUILD_TYPE=Release
only gives you-O2
. Clink as of 38e9285 seems to get a significant benefit from LTO. We can likely also get a further speed up from a SQLite amalgamation build. Not of much relevance during development, but for deployment this would be nice.The text was updated successfully, but these errors were encountered: