New submission from Raymond Hettinger <raymond.hettin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35884>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to