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
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.expmap
*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.h.gen
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite

# Builtkite: json test data
/test/results.json

# Buildkite: Ignore the unencrypted repo_key
repo_key

# Buildkite: Ignore any agent keys (public or private) we have stored
agent_key*
back to top