Skip to content
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

Merged
merged 8 commits into from
Jun 2, 2017
Merged

Some smaller fast fixes #32

merged 8 commits into from
Jun 2, 2017

Commits on Jun 1, 2017

  1. rbox-save.cpp: remove double check

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    18daa35 View commit details
    Browse the repository at this point in the history
  2. rbox-save.cpp: fix unitialized var 'ret'

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    6c39a2b View commit details
    Browse the repository at this point in the history
  3. 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>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    ead6b0c View commit details
    Browse the repository at this point in the history
  4. 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>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    0328861 View commit details
    Browse the repository at this point in the history
  5. dict-rados.cpp: use compare() instead of find()

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    4eb1ba1 View commit details
    Browse the repository at this point in the history
  6. rados-save.cpp: fix UNINIT_CTOR

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    e526faf View commit details
    Browse the repository at this point in the history
  7. rados-save.cpp: remove unused variables

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    2a6a501 View commit details
    Browse the repository at this point in the history
  8. rbox-mail.cpp: remove unused var

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    f5f48ad View commit details
    Browse the repository at this point in the history