Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels