Immediately executing closure as function barrier
|
|
16
|
807
|
September 30, 2022
|
Type issue with captured variables -> let workaround failed
|
|
3
|
366
|
August 13, 2022
|
Closures over types are type unstable
|
|
6
|
611
|
June 6, 2022
|
Why is closure slower than handmade callable struct?
|
|
4
|
597
|
May 2, 2022
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
570
|
February 14, 2022
|
Serializing Functions / Methods / Closures
|
|
3
|
893
|
December 1, 2021
|
Closures: pass by value or reference?
|
|
9
|
1550
|
November 8, 2021
|
Function closure with large arrays/matrices scaling horribly
|
|
6
|
486
|
November 6, 2021
|
Using a closure with mutable captured values inside an @distributed loop
|
|
2
|
406
|
September 27, 2021
|
Using closures for performance gain when handling datasets and making repeated function calls
|
|
3
|
609
|
August 24, 2021
|
Allocations when passing closure as parameter
|
|
2
|
559
|
June 17, 2021
|
Tutorial on closures?
|
|
5
|
1029
|
June 12, 2021
|
Closure in struct type inference
|
|
12
|
1397
|
June 3, 2021
|
Allocations with closure and mul!
|
|
4
|
448
|
May 10, 2021
|
Binding variable from function which isn't defined in a closure to a closed variable
|
|
2
|
224
|
May 7, 2021
|
Performance closures with changing value of closed over variables
|
|
1
|
370
|
April 20, 2021
|
How to avoid boxed function names in closures?
|
|
6
|
788
|
April 5, 2021
|
A question about closures
|
|
6
|
353
|
February 15, 2021
|
Accessing data in a closure?
|
|
12
|
1027
|
February 9, 2021
|
Is there a way to modify captured variables in a closure?
|
|
15
|
1193
|
January 8, 2021
|
Again on closures and type instability
|
|
6
|
628
|
December 11, 2020
|
Closures and Let Blocks
|
|
4
|
1393
|
November 17, 2020
|
How is equality of anonymous function closures checked?
|
|
14
|
1398
|
November 5, 2020
|
Define data-dependent function, various ways
|
|
34
|
2269
|
November 2, 2020
|
Function closures and ifelse with unexpected behaviour
|
|
7
|
638
|
August 28, 2020
|
Surprising capture boxing behavior in closure
|
|
9
|
2453
|
August 4, 2020
|
Poor performance of `lock(l) do` closures, caused by poor performance of capturing closures
|
|
11
|
2219
|
June 26, 2020
|
Efficient closures
|
|
4
|
1209
|
June 13, 2020
|
Anonymous function in function closure
|
|
3
|
612
|
April 13, 2020
|
Why is this closure over keyword arguments causing such a dramatic slowdown?
|
|
19
|
707
|
March 22, 2020
|