Benchmarking array closures
|
|
3
|
642
|
September 5, 2024
|
Trying to understand performance of closure from @code_llvm
|
|
2
|
303
|
August 26, 2024
|
[ANN] CClosure.jl: C closures like what C does
|
|
0
|
545
|
May 18, 2022
|
Closure not shipping to remote workers except from Main?
|
|
0
|
299
|
May 5, 2020
|
Opaque closure and code_typed
|
|
0
|
405
|
August 10, 2023
|
How to access the variable accessible by a closure?
|
|
1
|
58
|
August 26, 2024
|
Macro with variable argument list combined with closure
|
|
2
|
36
|
July 30, 2024
|
Discontiguous Lexical Scope for Multiply Dispatched Functions
|
|
9
|
229
|
May 31, 2024
|
Can I use a closure, and if yes how?
|
|
5
|
331
|
May 5, 2024
|
Help needed: Building an intuitive understanding of closures, scoping and type-stability
|
|
3
|
563
|
December 26, 2023
|
Can someone explain closures to me
|
|
13
|
2259
|
November 2, 2023
|
Strange allocation in closure
|
|
3
|
341
|
September 19, 2023
|
How does a nested function display its local name only when assigned to a matching global name?
|
|
1
|
247
|
July 17, 2023
|
Type instability when using map with closures
|
|
3
|
382
|
July 12, 2023
|
Inside closures, captured constructors are much slower than captured functions
|
|
2
|
298
|
May 31, 2023
|
Should closures be avoided?
|
|
15
|
1533
|
March 18, 2023
|
Are "Closures should be avoided whenever possible" still valid in Julia v1.9+?
|
|
5
|
1128
|
March 12, 2023
|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
887
|
February 3, 2023
|
Avoiding Allocations with User provided Closures
|
|
12
|
1549
|
February 2, 2023
|
"inline" variable in closure
|
|
2
|
283
|
January 19, 2023
|
Capture `DataType` in closure
|
|
7
|
203
|
January 11, 2023
|
`Core.Box` around captured variable
|
|
2
|
344
|
December 6, 2022
|
Question about functors and closures (I think 😅), with an example, but really a general Q
|
|
27
|
1215
|
October 18, 2022
|
Immediately executing closure as function barrier
|
|
16
|
789
|
September 30, 2022
|
Type issue with captured variables -> let workaround failed
|
|
3
|
366
|
August 13, 2022
|
Closures over types are type unstable
|
|
6
|
609
|
June 6, 2022
|
Why is closure slower than handmade callable struct?
|
|
4
|
592
|
May 2, 2022
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
569
|
February 14, 2022
|
Serializing Functions / Methods / Closures
|
|
3
|
886
|
December 1, 2021
|
Closures: pass by value or reference?
|
|
9
|
1525
|
November 8, 2021
|