|
"inline" variable in closure
|
|
2
|
314
|
January 19, 2023
|
|
Capture `DataType` in closure
|
|
7
|
245
|
January 11, 2023
|
|
`Core.Box` around captured variable
|
|
2
|
378
|
December 6, 2022
|
|
Question about functors and closures (I think 😅), with an example, but really a general Q
|
|
27
|
1362
|
October 18, 2022
|
|
Immediately executing closure as function barrier
|
|
16
|
914
|
September 30, 2022
|
|
Type issue with captured variables -> let workaround failed
|
|
3
|
388
|
August 13, 2022
|
|
Closures over types are type unstable
|
|
6
|
666
|
June 6, 2022
|
|
Why is closure slower than handmade callable struct?
|
|
4
|
625
|
May 2, 2022
|
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
597
|
February 14, 2022
|
|
Serializing Functions / Methods / Closures
|
|
3
|
929
|
December 1, 2021
|
|
Closures: pass by value or reference?
|
|
9
|
1642
|
November 8, 2021
|
|
Function closure with large arrays/matrices scaling horribly
|
|
6
|
522
|
November 6, 2021
|
|
Using a closure with mutable captured values inside an @distributed loop
|
|
2
|
426
|
September 27, 2021
|
|
Using closures for performance gain when handling datasets and making repeated function calls
|
|
3
|
638
|
August 24, 2021
|
|
Allocations when passing closure as parameter
|
|
2
|
595
|
June 17, 2021
|
|
Tutorial on closures?
|
|
5
|
1080
|
June 12, 2021
|
|
Closure in struct type inference
|
|
12
|
1457
|
June 3, 2021
|
|
Allocations with closure and mul!
|
|
4
|
484
|
May 10, 2021
|
|
Binding variable from function which isn't defined in a closure to a closed variable
|
|
2
|
243
|
May 7, 2021
|
|
Performance closures with changing value of closed over variables
|
|
1
|
398
|
April 20, 2021
|
|
How to avoid boxed function names in closures?
|
|
6
|
845
|
April 5, 2021
|
|
A question about closures
|
|
6
|
387
|
February 15, 2021
|
|
Accessing data in a closure?
|
|
12
|
1134
|
February 9, 2021
|
|
Is there a way to modify captured variables in a closure?
|
|
15
|
1290
|
January 8, 2021
|
|
Again on closures and type instability
|
|
6
|
676
|
December 11, 2020
|
|
Closures and Let Blocks
|
|
4
|
1493
|
November 17, 2020
|
|
How is equality of anonymous function closures checked?
|
|
14
|
1504
|
November 5, 2020
|
|
Define data-dependent function, various ways
|
|
34
|
2460
|
November 2, 2020
|
|
Function closures and ifelse with unexpected behaviour
|
|
7
|
688
|
August 28, 2020
|
|
Surprising capture boxing behavior in closure
|
|
9
|
2506
|
August 4, 2020
|