Exception raising, and performance implications.
Paul Rubin
http
Mon Oct 3 17:53:10 EDT 2005
More information about the Python-list mailing list
Mon Oct 3 17:53:10 EDT 2005
- Previous message (by thread): Exception raising, and performance implications.
- Next message (by thread): Exception raising, and performance implications.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"leo" <leomendoza at gmail.com> writes: > I come from a java background, where Exceptions are a big Avoid Me, but > are the performance implications the same in Python? Well, you could measure it experimentally pretty easily, but anyway, Python exceptions are much less expensive than Java exceptions.
- Previous message (by thread): Exception raising, and performance implications.
- Next message (by thread): Exception raising, and performance implications.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list