Re: [Sqlalchemy-tickets] [sqlalchemy] #2720: new C extensions for attribute accessing
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-31 20:11:35
|
#2720: new C extensions for attribute accessing
-----------------------------------+---------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: blue sky
Component: cextensions | Severity: very major - up to 2 days
Resolution: | Keywords:
Progress State: not decided upon |
-----------------------------------+---------------------------------------
Comment (by claudiofreire):
Yes, and I attached a patch that adds a C extension for it, but there was
a (founded) concern that it would be hard to maintain, so I suggested
using Cython. And since having just one extension done in Cython seemed
backwards, it was also suggested to move them all to Cython, for ease of
maintenance.
So I started with cprocessors, and noting there was a (slight) performance
decrease, I wasn't sure whether to proceed.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2720#comment:28>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|