PyPy Configuration[objspace.std.withsmalldicts]
general documentation
config index
command-line overview
objspace.std.withsmalldicts
Contents
Basic Option Information
Description
back to parent
Basic Option Information
name:
withsmalldicts
description:
handle small dictionaries differently
command-line:
--objspace-std-withsmalldicts
command-line for negation:
--no-objspace-std-withsmalldicts
option type:
boolean option
default:
False
requirements:
objspace.std.withmultidict
must be set to 'True'
Description
Use a specialized implementation for small (<5 elements) dictionaries.