Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
127
|
November 8, 2024
|
Why are there no captured variables when the `if` expression is used as an rvalue?
|
|
5
|
179
|
October 27, 2024
|
Benchmarking array closures
|
|
3
|
645
|
September 5, 2024
|
Trying to understand performance of closure from @code_llvm
|
|
2
|
306
|
August 26, 2024
|
[ANN] CClosure.jl: C closures like what C does
|
|
0
|
559
|
May 18, 2022
|
Closure not shipping to remote workers except from Main?
|
|
0
|
299
|
May 5, 2020
|
Opaque closure and code_typed
|
|
0
|
423
|
August 10, 2023
|
How to access the variable accessible by a closure?
|
|
1
|
60
|
August 26, 2024
|
Macro with variable argument list combined with closure
|
|
2
|
44
|
July 30, 2024
|
Discontiguous Lexical Scope for Multiply Dispatched Functions
|
|
9
|
234
|
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
|
565
|
December 26, 2023
|
Can someone explain closures to me
|
|
13
|
2437
|
November 2, 2023
|
Strange allocation in closure
|
|
3
|
346
|
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
|
383
|
July 12, 2023
|
Inside closures, captured constructors are much slower than captured functions
|
|
2
|
299
|
May 31, 2023
|
Should closures be avoided?
|
|
15
|
1633
|
March 18, 2023
|
Are "Closures should be avoided whenever possible" still valid in Julia v1.9+?
|
|
5
|
1138
|
March 12, 2023
|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
913
|
February 3, 2023
|
Avoiding Allocations with User provided Closures
|
|
12
|
1560
|
February 2, 2023
|
"inline" variable in closure
|
|
2
|
284
|
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
|
1222
|
October 18, 2022
|
Immediately executing closure as function barrier
|
|
16
|
798
|
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
|
595
|
May 2, 2022
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
570
|
February 14, 2022
|