dmolina / DaemonMode.jl

Client-Daemon workflow to run faster scripts in Julia
MIT License
275 stars 16 forks source link

Is it possible builtin this daemon mode in official julia #58

Open dlintw opened 1 year ago

dlintw commented 1 year ago

The first time to plot issue will cause people treat Julia as a slow language comparing to MATLAB/R/Python. Unlike python, after first time run, python script can faster. But, in Julia, every time launch will require compile all again. If this daemon mode is the default behavior, it will more friendly to new users.