mirror of https://github.com/python/cpython
Bump-up block size.
This commit is contained in:
parent
f7010bed89
commit
7d112df94f
|
@ -13,7 +13,7 @@
|
|||
* length of a cache line.
|
||||
*/
|
||||
|
||||
#define BLOCKLEN 46
|
||||
#define BLOCKLEN 62
|
||||
#define CENTER ((BLOCKLEN - 1) / 2)
|
||||
|
||||
/* A `dequeobject` is composed of a doubly-linked list of `block` nodes.
|
||||
|
|
Loading…
Reference in New Issue