godot/core
Fabio Alessandrelli 87353c90fa [Net] Make debugger peer less CPU intensive.
Make sure that RemoteDebuggerPeer wait at least 100us between polls
(effectively forcing a min tick of 100 microseconds).

This greatly improve performances (the call to poll was useless since
during low traffic, writes would always be available, and during high
traffic, reads would always be available, effectively making it a
busy-waiting loop). We could further improve this, by separating the two
polls, and adjust the min tick based on load, but this is most likely
more than enough already without sacrificing too much on high loads.
2021-03-16 21:48:15 +01:00
..
config Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
crypto Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger [Net] Make debugger peer less CPU intensive. 2021-03-16 21:48:15 +01:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
input Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
io Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checks 2021-03-14 01:11:55 +01:00
math Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
object Merge pull request #46378 from reduz/static-method-in-variant-types 2021-03-16 15:44:04 +01:00
os Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checks 2021-03-14 01:11:55 +01:00
string Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
templates Fix SafeNumeric::conditional_increment() for NO_THREADS 2021-02-25 21:22:01 +01:00
variant Merge pull request #46378 from reduz/static-method-in-variant-types 2021-03-16 15:44:04 +01:00
core_bind.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
core_bind.h Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_builders.py
core_constants.cpp Merge pull request #46378 from reduz/static-method-in-variant-types 2021-03-16 15:44:04 +01:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Modernize RWLock 2021-01-19 11:53:10 +01:00
register_core_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Update PolyPartition / Triangulator library 2021-01-12 13:46:16 -05:00
typedefs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00