New submission from Xiang Zhang:

Since values of split table is always dense, we can optimise the current 
implementation of _PyDict_Next. I think this could hardly bring much 
performance enhancement. More importantly, this emphasizes the invariant and 
make bugs easy to find and test.

----------
files: _PyDict_Next.patch
keywords: patch
messages: 279884
nosy: inada.naoki, serhiy.storchaka, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Optimise _PyDict_Next for split table
type: behavior
Added file: http://bugs.python.org/file45305/_PyDict_Next.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28580>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to