> Well, things have to be done in order:
> 1. the PEP needs to be approved
> 2. the performance bottlenecks need to be identified
> 3. optimizations should be applied.

Sure, but the whole point of the PEP is to improve performance (I am
dumping "memory consumption" in the "performance" bucket). That is, I
suppose it will get approval based on its demonstrated benefits.

> I'm not sure what you mean by "stringlib-like" approach - if you are
> talking about templating, I'd rather avoid this for maintainability
> reasons, unless significant improvements can be demonstrated. Torsten
> had a version that used macros for that, and it was a pain to debug.

The point of templating is precisely to avoid macros, so that the code
is natural to read and write and the compiler gives you the right line
number when it finds an error.

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to