About the Internals category
|
|
1
|
950
|
November 16, 2016
|
Julia nightly REPL has broken prompt
|
|
4
|
148
|
January 9, 2025
|
How to debug the compiler with Debugger.jl
|
|
1
|
107
|
December 28, 2024
|
Interfaces/traits in julia 2.0 and multiple inheritance
|
|
26
|
1417
|
December 21, 2024
|
Performance regression on v1.12 (nightly): `hypot(::Float64, ::Float64)` causes allocations
|
|
1
|
253
|
December 16, 2024
|
Why can Julia spawn new processes but not new threads?
|
|
1
|
307
|
November 30, 2024
|
Standardize code path to reconstruct factorizations
|
|
1
|
86
|
November 21, 2024
|
Julia 1.11 is slower than 1.10?
|
|
48
|
3505
|
October 29, 2024
|
Should memory allocation alignment be increased to e.g. 64 (or 256)?
|
|
3
|
235
|
October 27, 2024
|
Capture error from include_string
|
|
1
|
65
|
October 16, 2024
|
What lowers to hvcat(::Int, ...)?
|
|
4
|
154
|
October 9, 2024
|
Why are Julia strings immutable?
|
|
13
|
887
|
September 28, 2024
|
Opaque closure and code_typed
|
|
0
|
430
|
August 10, 2023
|
Julia 1.9 on Intel Sapphire Rapid CPU doesn't work
|
|
5
|
252
|
August 21, 2024
|
Is there a reason why typeintersect constrains the args using type assertions in the method body instead of using dispatch?
|
|
0
|
78
|
August 12, 2024
|
How to check for unwanted specialization and how to prevent specialization?
|
|
2
|
140
|
July 17, 2024
|
Passing a Julia variable to a callback
|
|
4
|
226
|
June 29, 2024
|
Cost model of weak references
|
|
1
|
378
|
June 6, 2024
|
Type-inference and the dot operator
|
|
3
|
260
|
May 18, 2024
|
Is it time to make LLVM optional and how?
|
|
7
|
2185
|
April 8, 2024
|
IRCE appreciation and gripes (inductive range check elimination)
|
|
3
|
295
|
March 19, 2024
|
`Libdl.dlopen` versus `dlfcn.h`'s `dlopen`
|
|
3
|
263
|
March 8, 2024
|
Did Logging lose colors on Julia 1.11?
|
|
1
|
394
|
February 19, 2024
|
RFC: Some Ideas to Tackle #15276 - performance of captured variables in closures
|
|
65
|
4325
|
February 16, 2024
|
Julia never stops compiling for new recursive Vector types
|
|
18
|
680
|
February 15, 2024
|
Explanation and examples for "Subtyping currently intentionally answers certain queries incorrectly for kind types"?
|
|
0
|
188
|
February 5, 2024
|
How about direct sum ⊕ as vector attach operator?
|
|
6
|
528
|
January 24, 2024
|
Questions regarding bootstrapping the new Array constructors in boot.jl
|
|
1
|
212
|
January 22, 2024
|
Why is `Base.return_types(String, Tuple{AbstractVector{UInt8}})` so pessimistic for this method?
|
|
6
|
420
|
January 8, 2024
|
Why `front` and `tail` are defined for only `Tuple`?
|
|
11
|
885
|
January 1, 2024
|