[New-bugs-announce] [issue35884] Add variable access benchmark to Tools/Scripts

Raymond Hettinger report at bugs.python.org
Fri Feb 1 15:19:40 EST 2019


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

Adding a short script that I've found useful many times over the past decade. It has allowed my to quickly notice performance regressions and has helped identify places in need of optimization work.  It is also useful for building a empirical mental model of the relative cost of various kinds of variable access -- this is useful in writing high performance code.

----------
components: Demos and Tools
messages: 334716
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Add variable access benchmark to Tools/Scripts
type: performance
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35884>
_______________________________________


More information about the New-bugs-announce mailing list