Can declaring a field as const in a mutable struct require less memory?
|
|
4
|
401
|
January 17, 2024
|
Syntax: Escape hatch for unicode haters
|
|
128
|
4459
|
January 16, 2024
|
Instruction sequence for function calls
|
|
0
|
170
|
January 14, 2024
|
Warning against Unicode confusables
|
|
51
|
1945
|
January 13, 2024
|
Tab completion of \uXXXX in the REPL?
|
|
23
|
4372
|
January 12, 2024
|
A pass-through option for IOCapture
|
|
8
|
650
|
January 12, 2024
|
Race condition reading from Pipe
|
|
1
|
311
|
January 11, 2024
|
Why is `Base.return_types(String, Tuple{AbstractVector{UInt8}})` so pessimistic for this method?
|
|
6
|
434
|
January 8, 2024
|
Sources for the Zappa Nardelli et al. subtyping implementation?
|
|
1
|
243
|
January 8, 2024
|
Signature for `jl_array_data` is different in stable and nightly
|
|
3
|
203
|
January 8, 2024
|
Redefining print method changes variable scoping in loop
|
|
9
|
391
|
January 5, 2024
|
Non-deterministic normalization of Tuples of Unions
|
|
6
|
365
|
January 4, 2024
|
Syntax for documenting enum members
|
|
1
|
229
|
January 4, 2024
|
Should functions only have one docstring per arity?
|
|
4
|
349
|
January 2, 2024
|
Why `front` and `tail` are defined for only `Tuple`?
|
|
11
|
898
|
January 1, 2024
|
Interrupting Task in 0.4 vs 0.5+
|
|
0
|
742
|
May 5, 2017
|
Does libjulia support dynamic reinitialization?
|
|
4
|
399
|
December 27, 2023
|
Should Base.literal_pow be public?
|
|
1
|
448
|
December 25, 2023
|
Advice on contributing to std libs
|
|
4
|
440
|
December 24, 2023
|
Possible performance improvements for `deepcopy`?
|
|
4
|
634
|
December 21, 2023
|
Passing duplicate key in function through `kwargs` doesn't error
|
|
1
|
259
|
December 20, 2023
|
Does it make sense to short-circuit `isassigned` for arrays of bitstypes?
|
|
0
|
186
|
December 15, 2023
|
Failure to match a set element
|
|
4
|
473
|
December 12, 2023
|
Understanding Module Loading: System Image vs. Precompilation Cache
|
|
9
|
876
|
December 12, 2023
|
Regression in Precompile time with 1.10.0-rc2 compared to the rc1 version
|
|
6
|
448
|
December 11, 2023
|
Should we distribute multiple official system images for Julia 1.11?
|
|
50
|
3022
|
December 11, 2023
|
What is the IO interface?
|
|
2
|
562
|
December 9, 2023
|
Separating the standard libraries from Julia executable
|
|
1
|
549
|
December 6, 2023
|
Is software-checked integer division actually necessary?
|
|
5
|
545
|
December 6, 2023
|
What workflows for missing values are more ergonomic in Julia?
|
|
2
|
363
|
November 30, 2023
|