Skip to content

Software/Implementation Optimisations #1

Open
@pfasante

Description

@pfasante

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions