mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Bump-up block size.
This commit is contained in:
parent
f7010bed89
commit
7d112df94f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
* length of a cache line.
|
* length of a cache line.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BLOCKLEN 46
|
#define BLOCKLEN 62
|
||||||
#define CENTER ((BLOCKLEN - 1) / 2)
|
#define CENTER ((BLOCKLEN - 1) / 2)
|
||||||
|
|
||||||
/* A `dequeobject` is composed of a doubly-linked list of `block` nodes.
|
/* A `dequeobject` is composed of a doubly-linked list of `block` nodes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue