open_toontown_panda3d/panda
rdb 46a1ad3544 pipeline: Improve performance of Thread::get_current_thread() substantially
Speedup is realised by using thread-local variables.  Note that on Windows we can't inline get_current_thread, but it's still faster this way than calling TlsGetValue.

In theory the cache line alignment should help avoid false sharing but I have not profiled that extensively.
2022-02-04 23:49:39 +01:00
..
metalibs Support building pandagles2 on Android 2021-12-06 22:26:56 +01:00
src pipeline: Improve performance of Thread::get_current_thread() substantially 2022-02-04 23:49:39 +01:00
CMakeLists.txt CMake: generate panda3d.dist-info directory 2020-04-30 21:37:35 +02:00