About the Internals category
|
|
1
|
815
|
November 16, 2016
|
Towards implementing CSE in the Julia compiler
|
|
12
|
933
|
August 21, 2023
|
Julia CI, how to help
|
|
3
|
152
|
August 16, 2023
|
Opaque closure and code_typed
|
|
0
|
101
|
August 10, 2023
|
Type parameter display in 1.10 for MethodError
|
|
2
|
181
|
August 5, 2023
|
Could (non) @view be made faster? I.e. @view be implicit using read-only arrays?
|
|
10
|
390
|
August 1, 2023
|
Testing GC.@preserve when doing compiler passes
|
|
2
|
142
|
July 31, 2023
|
`make cleanall` breaks `make`?
|
|
2
|
106
|
July 24, 2023
|
Why `front` and `tail` are defined for only `Tuple`?
|
|
8
|
320
|
July 24, 2023
|
Types in `:foreigncall` nodes
|
|
2
|
97
|
July 20, 2023
|
List all live(non gc'ed) tasks?
|
|
5
|
1184
|
July 1, 2023
|
Eager finalization and smart pointers
|
|
11
|
1197
|
June 23, 2023
|
Are Revise, PackageCompiler, and Pkg "part of Julia", and how do we better share them?
|
|
45
|
2615
|
June 19, 2023
|
Function call dependency tracking in Python / how to do it in Julia
|
|
2
|
203
|
June 8, 2023
|
How is Float16 implemented?
|
|
3
|
287
|
May 9, 2023
|
RFC: Some Ideas to Tackle #15276 - performance of captured variables in closures
|
|
64
|
3013
|
March 17, 2023
|
Pkg.upgrade_manifest errors if the manifest doesn't need upgrading
|
|
2
|
251
|
March 1, 2023
|
Add varargs methods of `any`, `all`, and `count`
|
|
26
|
738
|
February 26, 2023
|
N-bit Integers in Julia
|
|
10
|
629
|
February 19, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
3095
|
February 8, 2023
|
Call FastClosures.jl `@closure` in Array Comprehensions?
|
|
2
|
420
|
February 3, 2023
|
An idea for using ccall less in BigFloat operations
|
|
0
|
154
|
January 10, 2023
|
Why does each BigFloat allocate a big String in addition to the MPFR big float object?
|
|
7
|
210
|
January 10, 2023
|
Tackling the AbstractArray fallback trap - wrapped sparse matrices
|
|
5
|
821
|
January 5, 2023
|
Index type of UnitRange{BigInt} changed from Int to BigInt after Julia 1.8: regression?
|
|
3
|
267
|
December 28, 2022
|
Feature request: How about pattern matching of `Base.Filesystem.readdir`?
|
|
7
|
453
|
December 20, 2022
|
Invalidate precompilation cache
|
|
7
|
456
|
December 2, 2022
|
Use modern, secure, Windows API for dlopen
|
|
5
|
632
|
December 2, 2022
|
Adding Hwloc as a julia dependency
|
|
3
|
272
|
November 2, 2022
|
Minimal self-containing example of code transformation using generated functions?
|
|
3
|
382
|
October 25, 2022
|