Dispatching on values with constraints
|
|
2
|
240
|
July 7, 2024
|
`findmax` and friends: confusing behaviour to be introduced in 1.7
|
|
96
|
5805
|
July 6, 2024
|
Decidable Subtyping of Existential Types for Julia
|
|
1
|
216
|
July 5, 2024
|
Passing a Julia variable to a callback
|
|
4
|
224
|
June 29, 2024
|
How's the progress in garbage-collecting unused functions?
|
|
5
|
402
|
June 27, 2024
|
Nice talk about Go PGO. What is the state in Julia?
|
|
8
|
862
|
June 24, 2024
|
Non-mutating array functions
|
|
5
|
272
|
June 20, 2024
|
Potential issue with multiple registrations of same handler in error hint
|
|
5
|
185
|
June 13, 2024
|
Ahead of Time Compilation in 1.11
|
|
6
|
951
|
June 11, 2024
|
Suggestion: Allow type variables with `do` syntax
|
|
3
|
297
|
June 7, 2024
|
Cost model of weak references
|
|
1
|
362
|
June 6, 2024
|
Memory buffer type?
|
|
9
|
1362
|
June 6, 2024
|
For .... if ... syntax?
|
|
10
|
2089
|
June 3, 2024
|
Heuristic for checking if a Method always errors
|
|
2
|
264
|
June 3, 2024
|
Julia GC, heap fragmentation, out of memory, push!/append!
|
|
30
|
2483
|
May 20, 2024
|
Enzyme.jl Assertion Error in geom_generator Function
|
|
6
|
198
|
May 19, 2024
|
Type-inference and the dot operator
|
|
3
|
249
|
May 18, 2024
|
Division by zero runs without warning -> complicates finding bugs
|
|
31
|
2304
|
May 17, 2024
|
Public Reflection API
|
|
1
|
412
|
May 10, 2024
|
Diamond dependency: why allow 2 packages with the same name but not 2 versions of same package?
|
|
11
|
810
|
May 10, 2024
|
Increase in allocations with Julia v1.11-beta
|
|
46
|
2835
|
May 8, 2024
|
"unreachable" reached (with infinite loops) vs Julia
|
|
7
|
474
|
May 7, 2024
|
Elimination of (unnecessary) runtime dispatch allocations
|
|
13
|
775
|
May 5, 2024
|
I don't get Base.IteratorElType
|
|
6
|
345
|
April 30, 2024
|
[FR] keep using a re-precompiled package without restarting Julia
|
|
1
|
319
|
April 30, 2024
|
Why is rust compilation faster than Julia pre-compilation?
|
|
37
|
3442
|
April 26, 2024
|
Revisiting saturating intrinsics
|
|
9
|
414
|
April 25, 2024
|
Empty Array with nonzero size along some dimension, should they be disallowed?
|
|
2
|
168
|
April 24, 2024
|
How is copy! legal when the size of src and dst array are different?
|
|
3
|
318
|
April 18, 2024
|
Cannot declare Main.foo constant; it already has a value
|
|
4
|
497
|
April 17, 2024
|