-
Notifications
You must be signed in to change notification settings - Fork 0
Python: Missing module *perf* #127
Comments
Try That being said, is there a real need to get this into the pkg-scripts? |
Define “real need”. For me it would be nice to have, and as, we also want the users, who use a lot of Python, to write efficient code, it might make sense having pyperf readily available by default. |
These users tend to don't have root privileges. Therefore I'm not sure about the profit for the users of this lib. Furthermore and I might be wrong on this, do they really write that much code on their own which is worth benchmarking or do they most often use libraries like numpy etc.? And last and least: "If you’re not at all interested in performance, shouldn’t you be in the Python room down the hall?" (Scott Meyers) |
pkg-scripts/python-3.9.7-0.build.sh Line 301 in 1aa4492
@thomas the module name is |
From the article Analysis of a Python performance issue:
The text was updated successfully, but these errors were encountered: