On Apr 26, 2013, at 12:24 PM, Claudio Freire <klaussfre...@gmail.com> wrote:

> 
> Um... a tad OT, but looking at that code, there's lots of
> opportunities for optimization.
> 
> I'll have to profile a bit and let you know.

are you referring to sqlalchemy/orm/loading.py ?   I'd be pretty impressed if 
you can find significant optimizations there which don't break usage contracts. 
   I've spent years poring over profiles and squeezing every function call 
possible out of that system, sometimes producing entirely new approaches that I 
just had to throw out since they didn't work.   It has been rewritten many 
times.   Some background on the approach is at 
http://www.aosabook.org/en/sqlalchemy.html, "20.7. Query and Loading Behavior". 
 


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to