Skip to content

Miscellaneous optimisations

Duncan Macleod requested to merge github/fork/duncanmmacleod/optimisation into master

This PR introduces a few optimisations mainly to do with frame reading and spectrogram visualisation:

  • copy() arrays only when necessary
  • use sparse=True for meshgrid to save memory

Merge request reports