Capture `DataType` in closure
|
|
7
|
204
|
January 11, 2023
|
`Core.Box` around captured variable
|
|
2
|
349
|
December 6, 2022
|
Question about functors and closures (I think 😅), with an example, but really a general Q
|
|
27
|
1228
|
October 18, 2022
|
Immediately executing closure as function barrier
|
|
16
|
826
|
September 30, 2022
|
Type issue with captured variables -> let workaround failed
|
|
3
|
367
|
August 13, 2022
|
Closures over types are type unstable
|
|
6
|
615
|
June 6, 2022
|
Why is closure slower than handmade callable struct?
|
|
4
|
601
|
May 2, 2022
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
570
|
February 14, 2022
|
Serializing Functions / Methods / Closures
|
|
3
|
903
|
December 1, 2021
|
Closures: pass by value or reference?
|
|
9
|
1562
|
November 8, 2021
|
Function closure with large arrays/matrices scaling horribly
|
|
6
|
488
|
November 6, 2021
|
Using a closure with mutable captured values inside an @distributed loop
|
|
2
|
407
|
September 27, 2021
|
Using closures for performance gain when handling datasets and making repeated function calls
|
|
3
|
614
|
August 24, 2021
|
Allocations when passing closure as parameter
|
|
2
|
566
|
June 17, 2021
|
Tutorial on closures?
|
|
5
|
1042
|
June 12, 2021
|
Closure in struct type inference
|
|
12
|
1400
|
June 3, 2021
|
Allocations with closure and mul!
|
|
4
|
449
|
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
|
376
|
April 20, 2021
|
How to avoid boxed function names in closures?
|
|
6
|
791
|
April 5, 2021
|
A question about closures
|
|
6
|
353
|
February 15, 2021
|
Accessing data in a closure?
|
|
12
|
1041
|
February 9, 2021
|
Is there a way to modify captured variables in a closure?
|
|
15
|
1203
|
January 8, 2021
|
Again on closures and type instability
|
|
6
|
631
|
December 11, 2020
|
Closures and Let Blocks
|
|
4
|
1419
|
November 17, 2020
|
How is equality of anonymous function closures checked?
|
|
14
|
1414
|
November 5, 2020
|
Define data-dependent function, various ways
|
|
34
|
2273
|
November 2, 2020
|
Function closures and ifelse with unexpected behaviour
|
|
7
|
640
|
August 28, 2020
|
Surprising capture boxing behavior in closure
|
|
9
|
2463
|
August 4, 2020
|
Poor performance of `lock(l) do` closures, caused by poor performance of capturing closures
|
|
11
|
2237
|
June 26, 2020
|