SAIL-Labs/AMICAL

import time is extremely long

neutrinoceros opened this issue · 0 comments

using tuna (pip install tuna), one can profile amical import time

python -X importtime -c "import amical" 2> tuna.log && tuna tuna.log

Screenshot 2022-07-21 at 17 49 53

So it takes about 2s on my machine (that's 20x longer than numpy, for reference) most of which being caused by candid and other heavy dependencies. I think there's a lot of room for improvement.