Fait Poms
Fait Poms
We should remove the database functionality from the Scanner master/worker code and into the python `NamedStorage` object. This would make the storage interface more consistent and the database format less...
Having the ability to execute multiple jobs enables building more reactive applications that are handling requests from users.
There are several memory allocation-related features which could improve performance in situations where performance is limited by allocation overhead: 1) **Constant-time allocation lookup:** The current memory allocator is designed to...
Numpy arrays frequently return negative stride images (for example, swizzling RGB -> BGR), so we must support this when copying the data in the PythonKernel class.
For example, use a GPU kernel if available. Currently, we just always default to using CPU if the device is not specified.