Getting values out of a CSV

Alex Popescu the.mindstorm.mailinglist at gmail.com
Sun Jul 15 01:18:08 EDT 2007


On Jul 14, 5:55 am, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
>
> So, as always, one should measure in each specific case if optimization is  
> worth the pain [...].
>

I hope I am somehow misreading the above sentence :-). IMO synonim
language contructs
should result in the same performance or at least have clear/
documented performance.
I don't think we really want to see in code something like:

if threshold:
  do_it_with_list_function
else:
  do_it_with_list_comprehension

bests,

./alex
--
.w( the_mindstorm )p.



> --
> Gabriel Genellina





More information about the Python-list mailing list