chrisvoncsefalvay / learn-julia-the-hard-way

Learn Julia the hard way!
https://app.gitbook.com/@chrisvoncsefalvay/s/learn-julia-the-hard-way/
Other
772 stars 153 forks source link

Where to put profiling (or even, should we put it in?) #16

Open chrisvoncsefalvay opened 9 years ago

chrisvoncsefalvay commented 9 years ago

I'm planning on putting in a subchapter's worth of material on profiling scripts. Do you have any suggestions on where this would be most appropriate – within the part on funx? Within a separate chapter? At error handling?

alemelis commented 6 years ago

Would it be reasonable to add a chapter on parallel programming? That is the right place for profiling so that you can show differences between serial and parallel execution from different points of view