Skip to content

Performance Tuning #83

Description

@wilsonwatson

Swerve, vision and state (excluding external solvers) should take <10ms outside of occasional spikes. This gives 10ms to other subsystems before loop overruns.

Performance tuning may involve:

  • Doing less
  • JVM tuning
  • Reducing GC pressure (less allocations)
  • Using primitives instead of objects
  • Using natives or unsafe/intrinsics

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