Put the most important and most frequency accessed struct member first.
This commit is contained in:
parent
c629d4c9a2
commit
536f9fdcf3
|
@ -23,8 +23,8 @@ no meaning otherwise.
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* Cached hash code of the key. */
|
/* Cached hash code of the key. */
|
||||||
Py_hash_t hash;
|
|
||||||
PyObject *key;
|
PyObject *key;
|
||||||
|
Py_hash_t hash;
|
||||||
} setentry;
|
} setentry;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue