Skip to content

Quick Perf Wins #8

@nick-thompson

Description

@nick-thompson

There's a bit of low hanging fruit for (minorly) improving processing performance:

  • Split out a phasor and a sphasor so that the phasor itself doesn't constantly check for a reset signal
  • Pre-calculate T = 1 / sr in the phasor, root, etc
  • Approximate the trig functions; sin -> Pade, tanh -> Taylor, etc
  • Fast pow and log functions, etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions