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.cff
# Official format description at https://citation-file-format.github.io
cff-version: 1.2.0
message: "Cite this paper whenever you use Julia"
authors:
- family-names: "Bezanson"
  given-names: "Jeff"
- family-names: "Edelman"
  given-names: "Alan"
- family-names: "Karpinski"
  given-names: "Stefan"
- family-names: "Shah"
  given-names: "Viral B."
title: "Julia: A fresh approach to numerical computing"
version: "v1"
license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
preferred-citation:
  authors:
    - family-names: "Bezanson"
      given-names: "Jeff"
    - family-names: "Edelman"
      given-names: "Alan"
    - family-names: "Karpinski"
      given-names: "Stefan"
    - family-names: "Shah"
      given-names: "Viral B."
  doi: "10.1137/141000671"
  journal: "SIAM Review"
  month: 9
  start: 65
  end: 98
  pages: 33
  title: "Julia: A fresh approach to numerical computing"
  type: article
  volume: 59
  issue: 1
  year: 2017
  publisher:
    name: "SIAM"
back to top