MIToolbox icon indicating copy to clipboard operation
MIToolbox copied to clipboard

Python MIToolbox

Open AndreasGocht opened this issue 6 years ago • 2 comments

Hey,

just for you to know: I wrote something similar to the MIToolbox for Python. If you are interested, please have a look at https://github.com/tud-zih-energy/pymit.

Best,

Andreas

AndreasGocht avatar May 29 '19 13:05 AndreasGocht

Cool. How was the speed vs the implementation in MIToolbox?

We're (slowly) working on a python API for FEAST, it's currently in the development branch.

Craigacp avatar May 29 '19 18:05 Craigacp

I think the MIToolbox is currently faster, as I only rely on numpy internal functions. But, I do not have some real numbers.

However, a lot of the code seems to be easily parallelisable. I am therefore thinking about rewriting some code in C to utilise the capabilities of current processors.

Thanks to the hint for the python API of FEAST. I'll have a look.

AndreasGocht avatar Jun 06 '19 09:06 AndreasGocht