You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the JIT does not optimizes dict accesses with ints, strs and other objects whose hash can be pre-computed. The JIT can take advantage of pre-computed hashes to speed up dict lookups.
Currently the JIT does not optimizes dict accesses with ints, strs and other objects whose hash can be pre-computed. The JIT can take advantage of pre-computed hashes to speed up dict lookups.
See the PR for more details.
Linked PRs