hm, that subject line might get stuck in some people's spam filter. oh well...

I am storing hundreds of struct_time objects in a fairly large dictionary and am wondering if it would be wiser to convert those to a floating point numbers via time.mktime() first for efficiency?! The dictionary is representing database content so it may grow a lot larger in the future, which is why I'm keen to be efficient now rather than fix things later.

Does anybody have experience wit this?

Cheers,
frank
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to