Do note that it is much more efficient to just use @ccall
, and not spawn an external process with run
every time you call the function:
1 Like
Do note that it is much more efficient to just use @ccall
, and not spawn an external process with run
every time you call the function: