modified Mar 3, 2007 by Armin Rigo
objspace.std.withchunklist
back to parent
- 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:
Implement lists by grouping elements by fixed-size chunks.