https://github.com/JuliaLang/julia
Revision 48e89db7689f66008456f6a876373c4cf5d1320a authored by Diogo Netto on 13 March 2024, 22:06:55 UTC, committed by GitHub on 13 March 2024, 22:06:55 UTC
The GC scheduler seems to have matured enough for us to do this.
1 parent 2e876fc
Raw File
Tip revision: 48e89db7689f66008456f6a876373c4cf5d1320a authored by Diogo Netto on 13 March 2024, 22:06:55 UTC
bump number of GC threads to the number of compute threads (as opposed to half of it) (#53608)
Tip revision: 48e89db
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top