You need to sign in or sign up before continuing.
-
Stefan Behnel authored
Speed up some dict lookups in Py3.5+ by calling the faster "_PyDict_GetItem_KnownHash()" instead of "PyDict_GetItem()".
14b08598
lab.nexedi.com will be down from Thuesday, 10 Febuary 2026, 06:50:00 UTC for a duration of approximately 2 hours
Speed up some dict lookups in Py3.5+ by calling the faster "_PyDict_GetItem_KnownHash()" instead of "PyDict_GetItem()".