PyPy Configuration[objspace.std.withchunklist]
general documentation
config index
command-line overview
objspace.std.withchunklist
Contents
Basic Option Information
Description
back to parent
Basic Option Information
name:
withchunklist
description:
introducing a new nesting level to slow down list operations
command-line:
--objspace-std-withchunklist
command-line for negation:
--no-objspace-std-withchunklist
option type:
boolean option
default:
False
requirements:
objspace.std.withmultilist
must be set to 'True'
Description
Implement lists by grouping elements by fixed-size chunks.