-
Notifications
You must be signed in to change notification settings - Fork 23
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
Some smaller fast fixes #32
Commits on Jun 1, 2017
-
rbox-save.cpp: remove double check
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for 18daa35 - Browse repository at this point
Copy the full SHA 18daa35View commit details -
rbox-save.cpp: fix unitialized var 'ret'
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for 6c39a2b - Browse repository at this point
Copy the full SHA 6c39a2bView commit details -
rados-cluster.cpp: prefer prefix ++/-- operator for non-primitiv types
Prefix operators for non-primitiv types, it should be usually faster since it avoids creating a temporary copy. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for ead6b0c - Browse repository at this point
Copy the full SHA ead6b0cView commit details -
rados-dictionary.cpp: use compare() instead of find()
In a condition the usage of string::find() is inefficient string::compare() would be faster. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for 0328861 - Browse repository at this point
Copy the full SHA 0328861View commit details -
dict-rados.cpp: use compare() instead of find()
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for 4eb1ba1 - Browse repository at this point
Copy the full SHA 4eb1ba1View commit details -
rados-save.cpp: fix UNINIT_CTOR
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for e526faf - Browse repository at this point
Copy the full SHA e526fafView commit details -
rados-save.cpp: remove unused variables
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for 2a6a501 - Browse repository at this point
Copy the full SHA 2a6a501View commit details -
rbox-mail.cpp: remove unused var
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Configuration menu - View commit details
-
Copy full SHA for f5f48ad - Browse repository at this point
Copy the full SHA f5f48adView commit details