-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
enable common cflags for perf #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jmoiron
commented
Jun 1, 2017
- enable HAVE_USLEEP
- enable intrinsics
* enable [HAVE_USLEEP](http://beets.io/blog/sqlite-nightmare.html) * enable intrinsics
there are other open PRs for this, presumably you don't want the intrinsics thing here, but HAVE_USLEEP is a common issue |
2 similar comments
Seems removing SQLITE_DISABLE_INTRINSIC, It fixes this too? |
@mattn I removed it only for perf reason but if it fixes something too that's good! The USLEEP thing is very difficult to find, tests randomly/suspiciously take 1.001s |
Edit It seems that the computer I was testing this on had a disk that was having some issues and causing most of this latency. Back to the drawing board :) |
|