Strange allocation in closure
|
|
3
|
106
|
September 19, 2023
|
How does a nested function display its local name only when assigned to a matching global name?
|
|
1
|
124
|
July 17, 2023
|
Inside closures, captured constructors are much slower than captured functions
|
|
2
|
183
|
May 31, 2023
|
Are "Closures should be avoided whenever possible" still valid in Julia v1.9+?
|
|
5
|
669
|
March 12, 2023
|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
420
|
February 3, 2023
|
Avoiding Allocations with User provided Closures
|
|
12
|
1127
|
February 2, 2023
|
`Core.Box` around captured variable
|
|
2
|
205
|
December 6, 2022
|
Question about functors and closures (I think 😅), with an example, but really a general Q
|
|
27
|
864
|
October 18, 2022
|
Type issue with captured variables -> let workaround failed
|
|
3
|
263
|
August 13, 2022
|
Closures over types are type unstable
|
|
6
|
331
|
June 6, 2022
|
Why is closure slower than handmade callable struct?
|
|
4
|
402
|
May 2, 2022
|
How to capture an index in closure without allocating (or workaround)?
|
|
4
|
453
|
February 14, 2022
|
Closures: pass by value or reference?
|
|
9
|
980
|
November 8, 2021
|
Define data-dependent function, various ways
|
|
34
|
1726
|
November 2, 2020
|
Why is this closure over keyword arguments causing such a dramatic slowdown?
|
|
19
|
610
|
March 22, 2020
|