[julia-users] Re: Calling a function via a reference to a function allocates a lot of memory as compared to directly calling

2015-03-26 Thread elextr
On Friday, March 27, 2015 at 12:12:19 PM UTC+11, Phil Tomson wrote: On Thursday, March 26, 2015 at 5:51:59 PM UTC-7, colint...@gmail.com wrote: Lots of useful answers here. This is an issue for me a lot too. Here are two StackOverflow links that provide some more interesting reading:

[julia-users] Re: Calling a function via a reference to a function allocates a lot of memory as compared to directly calling

2015-03-26 Thread colintbowers
Lots of useful answers here. This is an issue for me a lot too. Here are two StackOverflow links that provide some more interesting reading: http://stackoverflow.com/questions/26173635/performance-penalty-using-anonymous-function-in-julia

[julia-users] Re: Calling a function via a reference to a function allocates a lot of memory as compared to directly calling

2015-03-26 Thread Phil Tomson
On Thursday, March 26, 2015 at 5:51:59 PM UTC-7, colint...@gmail.com wrote: Lots of useful answers here. This is an issue for me a lot too. Here are two StackOverflow links that provide some more interesting reading: