mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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.
|
||||
*/
|
||||
|
||||
#define BLOCKLEN 46
|
||||
#define BLOCKLEN 62
|
||||
#define CENTER ((BLOCKLEN - 1) / 2)
|
||||
|
||||
/* A `dequeobject` is composed of a doubly-linked list of `block` nodes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue