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

Improving performance for ARM7-based platforms #18

Open
wants to merge 3 commits into
base: indigo-devel
Choose a base branch
from

Commits on Jun 7, 2016

  1. Improving performance for ARM7-based platforms

    - most calculations use float instead of double
    - column-order calculation, less 'atan2' calls
    - added tests for perfomance comparison. 20x faster so far (tests were not so reialble)
    - added test node to compare both scans from old and new processor
    dkargin committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    b5c6085 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    be3899d View commit details
    Browse the repository at this point in the history
  2. Fixed compiler error

    dkargin committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    9a79647 View commit details
    Browse the repository at this point in the history