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

backport of #13831: Speedup Gsf component merging, return components by const reference #15279

Closed
wants to merge 29 commits into from

Commits on Aug 1, 2016

  1. optimize Gsf

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    a64dcba View commit details
    Browse the repository at this point in the history
  2. remove more divisions

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    c417e43 View commit details
    Browse the repository at this point in the history
  3. allow vectorization

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    ddced22 View commit details
    Browse the repository at this point in the history
  4. vectorize more

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    2ac0487 View commit details
    Browse the repository at this point in the history
  5. fix debug

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    d1c4261 View commit details
    Browse the repository at this point in the history
  6. add debug to gsffitter

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    3d693ae View commit details
    Browse the repository at this point in the history
  7. more debug

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    ab28b7a View commit details
    Browse the repository at this point in the history
  8. add size to debug

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    11d03a1 View commit details
    Browse the repository at this point in the history
  9. cleanup, make inv 1dim matrix trivial

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    a2d6ba4 View commit details
    Browse the repository at this point in the history
  10. fix auto for samtrix

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    3e55af8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81b1d5c View commit details
    Browse the repository at this point in the history
  12. fix few denug compilation isseus

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    7de4cd8 View commit details
    Browse the repository at this point in the history
  13. roll back tuning

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    a2924be View commit details
    Browse the repository at this point in the history
  14. add debug to smoother

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    3d81b23 View commit details
    Browse the repository at this point in the history
  15. add examples

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    34069df View commit details
    Browse the repository at this point in the history
  16. remove ifdef

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    b855d7f View commit details
    Browse the repository at this point in the history
  17. silence clang

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    82b01d0 View commit details
    Browse the repository at this point in the history
  18. modernize and add Ofast where relevant

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    9f03158 View commit details
    Browse the repository at this point in the history
  19. leave both versions, use old one

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    95ede2f View commit details
    Browse the repository at this point in the history
  20. use std::shared_ptr

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    165f6b4 View commit details
    Browse the repository at this point in the history
  21. change from map to heap

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    1412020 View commit details
    Browse the repository at this point in the history
  22. use priority_queue

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    d0d03c4 View commit details
    Browse the repository at this point in the history
  23. remove debug

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    c73f0a3 View commit details
    Browse the repository at this point in the history
  24. test swa[

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    6595546 View commit details
    Browse the repository at this point in the history
  25. remove debug

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    fa6ca9c View commit details
    Browse the repository at this point in the history
  26. return components by const reference

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    40bdeb0 View commit details
    Browse the repository at this point in the history
  27. add wrapper in other places

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    2d7227d View commit details
    Browse the repository at this point in the history
  28. remove debug

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    bba1b97 View commit details
    Browse the repository at this point in the history
  29. remove cout, add comment

    VinInn authored and fwyzard committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    24dfc4e View commit details
    Browse the repository at this point in the history