Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delay part of Distributed's initialization to improve startup time #28140

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

JeffBezanson
Copy link
Sponsor Member

This shaves off another ~40ms for me.

@JeffBezanson JeffBezanson added the compiler:latency Compiler latency label Jul 16, 2018
atexit(terminate_all_workers)
init_bind_addr()
cluster_cookie(randstring(HDR_COOKIE_LEN))
end
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return nothing or is the return value from cluster_cookie important?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:latency Compiler latency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants