|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
1106
|
February 3, 2023
|
|
Avoiding Allocations with User provided Closures
|
|
12
|
1762
|
February 2, 2023
|
|
"inline" variable in closure
|
|
2
|
358
|
January 19, 2023
|
|
Capture `DataType` in closure
|
|
7
|
318
|
January 11, 2023
|
|
`Core.Box` around captured variable
|
|
2
|
436
|
December 6, 2022
|
|
Question about functors and closures (I think 😅), with an example, but really a general Q
|
|
27
|
1539
|
October 18, 2022
|
|
Immediately executing closure as function barrier
|
|
16
|
1075
|
September 30, 2022
|
|
Type issue with captured variables -> let workaround failed
|
|
3
|
429
|
August 13, 2022
|
|
Closures over types are type unstable
|
|
6
|
730
|
June 6, 2022
|
|
Why is closure slower than handmade callable struct?
|
|
4
|
693
|
May 2, 2022
|
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
640
|
February 14, 2022
|
|
Serializing Functions / Methods / Closures
|
|
3
|
981
|
December 1, 2021
|
|
Closures: pass by value or reference?
|
|
9
|
1750
|
November 8, 2021
|
|
Function closure with large arrays/matrices scaling horribly
|
|
6
|
564
|
November 6, 2021
|
|
Using a closure with mutable captured values inside an @distributed loop
|
|
2
|
453
|
September 27, 2021
|
|
Using closures for performance gain when handling datasets and making repeated function calls
|
|
3
|
676
|
August 24, 2021
|
|
Allocations when passing closure as parameter
|
|
2
|
649
|
June 17, 2021
|
|
Tutorial on closures?
|
|
5
|
1152
|
June 12, 2021
|
|
Closure in struct type inference
|
|
12
|
1560
|
June 3, 2021
|
|
Allocations with closure and mul!
|
|
4
|
538
|
May 10, 2021
|
|
Binding variable from function which isn't defined in a closure to a closed variable
|
|
2
|
277
|
May 7, 2021
|
|
Performance closures with changing value of closed over variables
|
|
1
|
435
|
April 20, 2021
|
|
How to avoid boxed function names in closures?
|
|
6
|
915
|
April 5, 2021
|
|
A question about closures
|
|
6
|
419
|
February 15, 2021
|
|
Accessing data in a closure?
|
|
12
|
1224
|
February 9, 2021
|
|
Is there a way to modify captured variables in a closure?
|
|
15
|
1440
|
January 8, 2021
|
|
Again on closures and type instability
|
|
6
|
749
|
December 11, 2020
|
|
Closures and Let Blocks
|
|
4
|
1578
|
November 17, 2020
|
|
How is equality of anonymous function closures checked?
|
|
14
|
1663
|
November 5, 2020
|
|
Define data-dependent function, various ways
|
|
34
|
2689
|
November 2, 2020
|