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

Use pybind to speed up map creation #1

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ruiqili2
Copy link

@ruiqili2 ruiqili2 commented Oct 8, 2020

Done:

  • Code cleanup and refactor
  • Remove fortran module
  • Use pybind and c++ to resolve bottleneck in map creation
  • Add test to verify results consistensy

Result: old (fortran)-> new

  • batch: 80s -> 40s :)
  • online/grid: 30s -> 15s :)
  • online/sphere: 45s -> 45s :(
    More comparisons need to be done.

Todo:

  • verify pip install
  • more testing
  • online/sphere doesn't seem to have much improvement
  • hex graph need to be fixed

@ruiqili2 ruiqili2 marked this pull request as draft October 8, 2020 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant