aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-10-08 12:47:16 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2019-10-08 12:49:47 +0200
commit038eacfbf466f0b51e80b6f5fa9026c7ed767dfb (patch)
treebe514d7ae1d5725e4256920d8e4ef49136ad1136 /docs/src
parente83dba7f936b541bd37ac549d89502ec466c5ccf (diff)
downloadlibuv-038eacfbf466f0b51e80b6f5fa9026c7ed767dfb.tar.gz
libuv-038eacfbf466f0b51e80b6f5fa9026c7ed767dfb.zip
darwin: speed up uv_set_process_title()
Libuv loaded and unloaded the Core Services and Application Services for every call to uv_set_process_title(). Change that to load them on the first call to uv_set_process_title() and delay unloading until libuv is unloaded. Speeds up process_title_threadsafe by about 10x on my system. It should fail less often (hopefully not at all) on the CI now. PR-URL: https://github.com/libuv/libuv/pull/2480 Reviewed-By: Saúl Ibarra Corretgé <s@saghul.net>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions