Decidable Subtyping of Existential Types for Julia
|
|
1
|
224
|
July 5, 2024
|
Passing a Julia variable to a callback
|
|
4
|
227
|
June 29, 2024
|
How's the progress in garbage-collecting unused functions?
|
|
5
|
415
|
June 27, 2024
|
Nice talk about Go PGO. What is the state in Julia?
|
|
8
|
904
|
June 24, 2024
|
Non-mutating array functions
|
|
5
|
301
|
June 20, 2024
|
Potential issue with multiple registrations of same handler in error hint
|
|
5
|
213
|
June 13, 2024
|
Ahead of Time Compilation in 1.11
|
|
6
|
1046
|
June 11, 2024
|
Suggestion: Allow type variables with `do` syntax
|
|
3
|
302
|
June 7, 2024
|
Cost model of weak references
|
|
1
|
384
|
June 6, 2024
|
Memory buffer type?
|
|
9
|
1373
|
June 6, 2024
|
For .... if ... syntax?
|
|
10
|
2321
|
June 3, 2024
|
Heuristic for checking if a Method always errors
|
|
2
|
271
|
June 3, 2024
|
Julia GC, heap fragmentation, out of memory, push!/append!
|
|
30
|
2560
|
May 20, 2024
|
Enzyme.jl Assertion Error in geom_generator Function
|
|
6
|
210
|
May 19, 2024
|
Type-inference and the dot operator
|
|
3
|
262
|
May 18, 2024
|
Division by zero runs without warning -> complicates finding bugs
|
|
31
|
2635
|
May 17, 2024
|
Public Reflection API
|
|
1
|
417
|
May 10, 2024
|
Diamond dependency: why allow 2 packages with the same name but not 2 versions of same package?
|
|
11
|
949
|
May 10, 2024
|
Increase in allocations with Julia v1.11-beta
|
|
46
|
3050
|
May 8, 2024
|
"unreachable" reached (with infinite loops) vs Julia
|
|
7
|
507
|
May 7, 2024
|
Elimination of (unnecessary) runtime dispatch allocations
|
|
13
|
1016
|
May 5, 2024
|
I don't get Base.IteratorElType
|
|
6
|
358
|
April 30, 2024
|
[FR] keep using a re-precompiled package without restarting Julia
|
|
1
|
323
|
April 30, 2024
|
Why is rust compilation faster than Julia pre-compilation?
|
|
37
|
3578
|
April 26, 2024
|
Revisiting saturating intrinsics
|
|
9
|
433
|
April 25, 2024
|
Empty Array with nonzero size along some dimension, should they be disallowed?
|
|
2
|
171
|
April 24, 2024
|
How is copy! legal when the size of src and dst array are different?
|
|
3
|
322
|
April 18, 2024
|
Cannot declare Main.foo constant; it already has a value
|
|
4
|
512
|
April 17, 2024
|
An off-topic question: Why is it `add`/`import` a package, but `using` instead of `use` it?
|
|
3
|
440
|
April 16, 2024
|
Escaping the inference length limit for tuples
|
|
7
|
673
|
April 12, 2024
|