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

Software/Implementation Optimisations #1

Open
pfasante opened this issue Jun 20, 2016 · 0 comments
Open

Software/Implementation Optimisations #1

pfasante opened this issue Jun 20, 2016 · 0 comments

Comments

@pfasante
Copy link
Owner

I suppose the C++ code can be optimised by:

  • profiling the code first (currently I have no idea what the bottlenecks are)
  • save time in memory allocations (I guess we do to many dynamic memory allocations, maybe utilising move semantics can save us some time here)
  • use SIMD instructions for vector arithmetic
@pfasante pfasante changed the title Optimisations Software/Implementation Optimisations Jun 20, 2016
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

No branches or pull requests

1 participant