PyPy
PyPy Configuration[objspace.std.withbucketdict]

objspace.std.withbucketdict

back to parent

Basic Option Information

  • name: withbucketdict
  • description: use dictionaries with chained hash tables (default is open addressing)
  • command-line: --objspace-std-withbucketdict
  • command-line for negation: --no-objspace-std-withbucketdict
  • option type: boolean option
  • default: False
  • requirements:

Description

Implement general dictionaries as a hash table whose collision resolution is via chained lists instead of open addressing.