PyPy
PyPy Configuration[objspace.std.withchunklist]

objspace.std.withchunklist

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:

Description

Implement lists by grouping elements by fixed-size chunks.