Getting rid of ForwardDiff.jacobian! allocations when using closures
|
|
6
|
116
|
December 19, 2024
|
Type stability in closures
|
|
13
|
159
|
November 28, 2024
|
Closures and type inference
|
|
10
|
274
|
November 26, 2024
|
Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
134
|
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
|
307
|
August 26, 2024
|
[ANN] CClosure.jl: C closures like what C does
|
|
0
|
561
|
May 18, 2022
|
Closure not shipping to remote workers except from Main?
|
|
0
|
299
|
May 5, 2020
|
Opaque closure and code_typed
|
|
0
|
428
|
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
|
235
|
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
|
571
|
December 26, 2023
|
Can someone explain closures to me
|
|
13
|
2515
|
November 2, 2023
|
Strange allocation in closure
|
|
3
|
349
|
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
|
1659
|
March 18, 2023
|
Are "Closures should be avoided whenever possible" still valid in Julia v1.9+?
|
|
5
|
1141
|
March 12, 2023
|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
926
|
February 3, 2023
|
Avoiding Allocations with User provided Closures
|
|
12
|
1562
|
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
|
345
|
December 6, 2022
|
Question about functors and closures (I think 😅), with an example, but really a general Q
|
|
27
|
1224
|
October 18, 2022
|
Immediately executing closure as function barrier
|
|
16
|
803
|
September 30, 2022
|
Type issue with captured variables -> let workaround failed
|
|
3
|
366
|
August 13, 2022
|