On Sep 5, 2007, at 3:52 PM, EricHolmberg wrote:

>
> Based upon these tests, I concluded that for rapid prototyping,
> SqlAlchemy is a great fit for where I previously used hand-crafted SQL
> queries along with MySQLdb.  However, Elixir is still too slow for
> most of my prototypes, so I'm sticking with straight SqlAlchemy.  For
> the speed-critical sections, C++ wins hands down and makes much better
> usage of my finite hardware resources.

Im assuming you're using SQLAlchemy Table/select/ResultProxy objects  
for the test here, whereas Elixir and TurboEntity make usage of the  
ORM package.    SA 0.4 has made some big speed improvements in the  
ORM (even post-0.4beta5) so I'd be curious to see how it stacks up in  
that test (it will still be pretty slow compared to SQL expressions).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to