8 ms·
I'm not necessarily interested in using modshim, but it got me wondering a couple of things out of curiosity: - what's the performance like for big packages (s
by ial32 6mo ago
I'm not necessarily interested in using modshim, but it got me wondering a couple of things out of curiosity:
- what's the performance like for big packages (say, pytorch)? Have you done some benchmarking?
- is typing kept for the shims? My immediate guess, again, without even trying it out, is not. If yes, how?
edit: formatting