|
|
|
|
|
by somethingsome
325 days ago
|
|
That's exactly the problem, in the software I have in mind, the conversions are actually very slow, and I can't easily change the content of the functions that process the data, they are very mathematical, it would take much time to rewrite everything. For example, it's not my case but it's like having to convert between two image representations (matrix multiply each pixel) every time. I'm scared that this kind of 'automatic conversion' slowness will be extremely difficult to debug and to monitor. |
|
On your case about swapping between image representations: let’s say you’re doing a FFT to transform between real and reciprocal representations of an image - you probably have to do that transformation in order to do the the work you need doing on reciprocal space. There’s no getting around it. Or am I misunderstanding?
Please don’t take my response as criticism, I’m genuinely interested here, and enjoying the discussion.