Behaviors of `deepcopy` for a function constructed with different ways of referencing a global variable
|
|
2
|
45
|
May 13, 2025
|
Difference between vector of functions typed explicitly or via list comprehension
|
|
4
|
112
|
May 4, 2025
|
Anonymous Functions and Overwriting Arguments
|
|
7
|
202
|
April 3, 2025
|
Recursive closures/inner functions -- how to avoid boxing?
|
|
6
|
115
|
January 14, 2025
|
Closure with let block: Simpler syntax for capturing variables?
|
|
4
|
177
|
January 14, 2025
|
Getting rid of ForwardDiff.jacobian! allocations when using closures
|
|
6
|
160
|
December 19, 2024
|
Type stability in closures
|
|
13
|
197
|
November 28, 2024
|
Closures and type inference
|
|
10
|
324
|
November 26, 2024
|
Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
153
|
November 8, 2024
|
Why are there no captured variables when the `if` expression is used as an rvalue?
|
|
5
|
187
|
October 27, 2024
|
Benchmarking array closures
|
|
3
|
652
|
September 5, 2024
|
Trying to understand performance of closure from @code_llvm
|
|
2
|
310
|
August 26, 2024
|
[ANN] CClosure.jl: C closures like what C does
|
|
0
|
571
|
May 18, 2022
|
Closure not shipping to remote workers except from Main?
|
|
0
|
302
|
May 5, 2020
|
Opaque closure and code_typed
|
|
0
|
443
|
August 10, 2023
|
How to access the variable accessible by a closure?
|
|
1
|
61
|
August 26, 2024
|
Macro with variable argument list combined with closure
|
|
2
|
60
|
July 30, 2024
|
Discontiguous Lexical Scope for Multiply Dispatched Functions
|
|
9
|
243
|
May 31, 2024
|
Can I use a closure, and if yes how?
|
|
5
|
338
|
May 5, 2024
|
Help needed: Building an intuitive understanding of closures, scoping and type-stability
|
|
3
|
586
|
December 26, 2023
|
Can someone explain closures to me
|
|
13
|
2978
|
November 2, 2023
|
Strange allocation in closure
|
|
3
|
370
|
September 19, 2023
|
How does a nested function display its local name only when assigned to a matching global name?
|
|
1
|
251
|
July 17, 2023
|
Type instability when using map with closures
|
|
3
|
392
|
July 12, 2023
|
Inside closures, captured constructors are much slower than captured functions
|
|
2
|
305
|
May 31, 2023
|
Should closures be avoided?
|
|
15
|
1865
|
March 18, 2023
|
Are "Closures should be avoided whenever possible" still valid in Julia v1.9+?
|
|
5
|
1155
|
March 12, 2023
|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
974
|
February 3, 2023
|
Avoiding Allocations with User provided Closures
|
|
12
|
1589
|
February 2, 2023
|
"inline" variable in closure
|
|
2
|
295
|
January 19, 2023
|