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

Speedup Hit-in-Track, HitPattern and MultiTrackSelector #5688

Merged
merged 20 commits into from Oct 13, 2014

Commits on Sep 30, 2014

  1. start to simplify, add test

    VinInn committed Sep 30, 2014
    Copy the full SHA
    334a9d2 View commit details
    Browse the repository at this point in the history
  2. speed it up by factor 10^10

    VinInn committed Sep 30, 2014
    Copy the full SHA
    4918573 View commit details
    Browse the repository at this point in the history
  3. also without

    VinInn committed Sep 30, 2014
    Copy the full SHA
    9ed6a62 View commit details
    Browse the repository at this point in the history
  4. remove asserts

    VinInn committed Sep 30, 2014
    Copy the full SHA
    f25607a View commit details
    Browse the repository at this point in the history
  5. reshuffle cuts, take 1

    VinInn committed Sep 30, 2014
    Copy the full SHA
    8e84800 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. remove use of refvector

    VinInn committed Oct 2, 2014
    Copy the full SHA
    21ac654 View commit details
    Browse the repository at this point in the history
  2. further speedup of HitPattern

    VinInn committed Oct 2, 2014
    Copy the full SHA
    c824c09 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    16edc3b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2014

  1. Copy the full SHA
    7d93779 View commit details
    Browse the repository at this point in the history
  2. count valid hits once

    VinInn committed Oct 3, 2014
    Copy the full SHA
    e3b84c3 View commit details
    Browse the repository at this point in the history
  3. fix pixel count as well

    VinInn committed Oct 3, 2014
    Copy the full SHA
    94ab1c7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0d80c50 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. Copy the full SHA
    ad27cbe View commit details
    Browse the repository at this point in the history
  2. missing only the iorule...

    VinInn committed Oct 4, 2014
    Copy the full SHA
    230cd10 View commit details
    Browse the repository at this point in the history
  3. iorule seems to work

    VinInn committed Oct 4, 2014
    Copy the full SHA
    6a52cd4 View commit details
    Browse the repository at this point in the history
  4. faster setter

    VinInn committed Oct 4, 2014
    Copy the full SHA
    c7d2e28 View commit details
    Browse the repository at this point in the history
  5. faster setter

    VinInn committed Oct 4, 2014
    Copy the full SHA
    97777fc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6c46855 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

  1. add warning about buggy code

    VinInn committed Oct 7, 2014
    Copy the full SHA
    3afd91f View commit details
    Browse the repository at this point in the history
  2. move warning to constructor

    VinInn committed Oct 7, 2014
    Copy the full SHA
    530db0d View commit details
    Browse the repository at this point in the history