Skip to content

DSP optimizations #3

@danomatika

Description

@danomatika

This external performs DSP convolution by basically doing a lot of matrix math on a 368x2x128 data set and can get a bit CPU heavy when using multiple objects.

Some optimizations could be:

  • basic: change the main for loops to use pointer incrementation as opposed to indexing
  • advanced: platform/arch-specfic optimized matrix & vector math libs (for Apple platforms, the Accelerate framework)

ping @SylvainPDR

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions