Have you considered putting some of code back into a C extension? You could probably get back most of the lost performance with only a little bit of C.
Thanks. I saw the COPYING file, but since I'm not a legal expert (and since I am considering using this as part of a big project), I was looking for a declaration of a specific license rather than a few terms. Plus, I'm not that familiar with Github so I thought maybe I was simply not seeing a "license" section. Anyhow, thanks.
I know it's not clean to call shell commands from Apache - not to mention the obvious performance hit with swapping environments - but perhaps the ELF vs Python JIT might compensate for this.
Also, i'd be interested in a comparison of features between the two.
8 comments
[ 3.8 ms ] story [ 16.2 ms ] threadI know it's not clean to call shell commands from Apache - not to mention the obvious performance hit with swapping environments - but perhaps the ELF vs Python JIT might compensate for this.
Also, i'd be interested in a comparison of features between the two.