Fait Poms

Results 23 issues of 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...

improvement
low-priority

Having the ability to execute multiple jobs enables building more reactive applications that are handling requests from users.

feature
med-priority

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...

improvement
low-priority

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.

improvement
low-priority

For example, use a GPU kernel if available. Currently, we just always default to using CPU if the device is not specified.

improvement
low-priority