PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 1st of June, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:58:55] <buck1> is installed-files.txt strictly a pip thing?
[01:06:47] <DanielHolth> yes
[17:55:06] <DanielHolth> Is cffi 1.1's ABI mode (does not need a C compiler, generates .py) still slower than API mode?
[17:55:45] <DanielHolth> hm, wrong channel
[17:58:44] <nanonyme> pypa and pypy are so similar :)
[17:59:13] <DanielHolth> don't forget pypi
[17:59:26] <nanonyme> DanielHolth, tbh I don't see how it could not be slower
[18:02:12] <DanielHolth> in cffi 1 a big part of the compiled module is just initializing data structures in the backend, based on information provided by the C compiler.
[18:02:39] <DanielHolth> I guess I should just time it
[18:03:37] <nanonyme> DanielHolth, well, the docs also advertise how similar to the API-level thing you can inline C code if you have performance-critical sections
[18:05:27] <DanielHolth> yes, but that's not the same thing as how much overhead there might be between the C and Python function call
[18:05:44] <nanonyme> Right
[19:11:32] <DanielHolth> released my first package taking advantage of the newly supported py2-none-ARCH tag , thanks for merging it in