PyPy
PyPy Configuration[objspace.std.withsharingdict]

objspace.std.withsharingdict

back to parent

Basic Option Information

  • name: withsharingdict
  • description: use dictionaries that share the keys part
  • command-line: --objspace-std-withsharingdict
  • command-line for negation: --no-objspace-std-withsharingdict
  • option type: boolean option
  • default: False
  • requirements:

Description

Enable "sharing dictionaries".

See the section in Standard Interpreter Optimizations for more details.