top | item 24040809

(no title)

gajomi | 5 years ago

FYI this is the _first_ call which is dominated by the JIT process. So not really "this time to plot" so much as the "time to compile". Calls to the resulting jitted function will be on the order of what you quote (I have not timed myself for the specific result they quote here but have done for similar in the past).

discuss

order

m0zg|5 years ago

I know. Be that as it may, 7 seconds to load a module alone is nuts.

Certhas|5 years ago

The module also gets partially precompiled on load. If you make the module part of the systemimage it's as quick as you would expect.

bananaquant|5 years ago

Ha. I remember the time when it took over a minute.