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

Performance optimizations #9

Merged
merged 9 commits into from
Oct 20, 2014
Merged

Performance optimizations #9

merged 9 commits into from
Oct 20, 2014

Commits on Oct 15, 2014

  1. Query payload keys only once

    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    0f31064 View commit details
    Browse the repository at this point in the history
  2. Define extract_format during "compile time"

    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    44c26fa View commit details
    Browse the repository at this point in the history
  3. Modify data directly avoiding usage of Hash#merge!

    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    63f61f7 View commit details
    Browse the repository at this point in the history
  4. Remove needless data filter in key value formatter

    We don't need to filter data because we skip them anyway
    if the key does not exist.
    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    caf7ffe View commit details
    Browse the repository at this point in the history
  5. Avoid reduce. Just use map

    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    4f093d5 View commit details
    Browse the repository at this point in the history
  6. An error is always a String never a Float

    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    27083c0 View commit details
    Browse the repository at this point in the history
  7. Prefer string index + substring over split

    Peter Suschlik committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    481301e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Remove unused variable event

    splattael authored and Peter Suschlik committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    2f4d44e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. Update changelog

    Peter Suschlik committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    2433800 View commit details
    Browse the repository at this point in the history