|
|
|
|
|
by pdonis
858 days ago
|
|
> the 20k syscalls is for the import call Yes, because you're importing a library that does a lot more than just print a plot. A purpose-built Python program that just printed the plot, nothing else, would need a lot less than 20k syscalls too. |
|
(Of course an import call in Python does a lot more, but the end result is roughly the same as calling `dlopen` in, e.g., Swift.)