I2PC/xmipp

Possible performance optimizations

DStrelak opened this issue · 1 comments

  • look for ~Derived() = default and similar code - unless necessary, this will disable move operations
  • there might be a compile flag to detect this situation
  • or this seems to be a possibility

There are only two occurrences that match this pattern. Removed them