About the Internals category
|
|
1
|
950
|
November 16, 2016
|
Interfaces/traits in julia 2.0 and multiple inheritance
|
|
26
|
582
|
December 21, 2024
|
Performance regression on v1.12 (nightly): `hypot(::Float64, ::Float64)` causes allocations
|
|
1
|
211
|
December 16, 2024
|
Why can Julia spawn new processes but not new threads?
|
|
1
|
295
|
November 30, 2024
|
Standardize code path to reconstruct factorizations
|
|
1
|
83
|
November 21, 2024
|
Julia 1.11 is slower than 1.10?
|
|
48
|
3420
|
October 29, 2024
|
Should memory allocation alignment be increased to e.g. 64 (or 256)?
|
|
3
|
229
|
October 27, 2024
|
Capture error from include_string
|
|
1
|
65
|
October 16, 2024
|
What lowers to hvcat(::Int, ...)?
|
|
4
|
152
|
October 9, 2024
|
Why are Julia strings immutable?
|
|
13
|
882
|
September 28, 2024
|
Opaque closure and code_typed
|
|
0
|
428
|
August 10, 2023
|
Julia 1.9 on Intel Sapphire Rapid CPU doesn't work
|
|
5
|
247
|
August 21, 2024
|
Is there a reason why typeintersect constrains the args using type assertions in the method body instead of using dispatch?
|
|
0
|
77
|
August 12, 2024
|
How to check for unwanted specialization and how to prevent specialization?
|
|
2
|
137
|
July 17, 2024
|
Passing a Julia variable to a callback
|
|
4
|
226
|
June 29, 2024
|
Cost model of weak references
|
|
1
|
373
|
June 6, 2024
|
Type-inference and the dot operator
|
|
3
|
259
|
May 18, 2024
|
Is it time to make LLVM optional and how?
|
|
7
|
2133
|
April 8, 2024
|
IRCE appreciation and gripes (inductive range check elimination)
|
|
3
|
295
|
March 19, 2024
|
`Libdl.dlopen` versus `dlfcn.h`'s `dlopen`
|
|
3
|
262
|
March 8, 2024
|
Did Logging lose colors on Julia 1.11?
|
|
1
|
393
|
February 19, 2024
|
RFC: Some Ideas to Tackle #15276 - performance of captured variables in closures
|
|
65
|
4311
|
February 16, 2024
|
Julia never stops compiling for new recursive Vector types
|
|
18
|
679
|
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
|
514
|
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
|
883
|
January 1, 2024
|
Why is displaying a stack trace with values difficult
|
|
3
|
884
|
November 17, 2023
|
In closure, compile away a step in a calculation internal to some function called in a closure?
|
|
4
|
342
|
November 3, 2023
|