server-skynet-source-3rd-je.../include
Qi Wang b6a7a535b3 Optimize away a branch on the free fastpath.
On the rtree metadata lookup fast path, there will never be a NULL returned when
the cache key matches (which is unknown to the compiler).  The previous logic
was checking for NULL return value, resulting in the extra branch (in addition to
the cache key match checking).  Make the lookup_fast return a bool to indicate
cache miss / match, so that the extra branch is avoided.
2021-10-28 16:55:54 -07:00
..
jemalloc Optimize away a branch on the free fastpath. 2021-10-28 16:55:54 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00