[14:26:33] <hazmat> MattBowen, anything in particular your looking at it for?
[14:26:57] <MattBowen> hazmat: no -- honestly i'm asking myself why i haven't looked more closely at it.
[14:27:30] <MattBowen> like, i typically like new tools, but for some reason, i haven't even played with it
[14:27:46] <hazmat> MattBowen, the flip question is what sort of cpu intensive things your doing w/ python that don't have c extensions or that you can easily isolate into an rpc process
[14:33:02] <hazmat> actually.. this one looks like it should work as well ctypes based.. https://bitbucket.org/descent/pypq
[14:34:18] <MattBowen> maybe i should fool with seeing if I can get one of our apps to run under it and see if there's any benefit under our typical workload
[14:34:38] <MattBowen> then at least i'd have a better sense for what would be involved if I ever go "Pypy solves my problem!"
[14:41:08] <aclark> MattBowen: allow me to handle this for you: you haven't looked at it because… who cares? :-) j/k
[14:43:17] <hazmat> a 15-30% performance improvement for non-cacheable things if trivial would make me laugh too ;-)
[14:43:56] <MattBowen> hazmat: that's the trick -- i keep seeing that and am like, I'm foolish for not playing with this. But I feel like no one I know is
[14:44:21] <MattBowen> which seems strange to me, considering how excited people got about server-side javascript (which I realize is non-comparable, but still)
[14:45:48] <hazmat> MattBowen, i only understand serverside js from the perspective of unifying language development.. from most other perspectives i just think callback nightmare
[14:46:03] <hazmat> async networking via coroutine ftw
[14:48:39] <MattBowen> hazmat: it looks like they're getting something like that with fibers in node-land
[14:49:10] <MattBowen> but, that's sorta beside the point -- like, you're right, 15-30% performance increase of non-cacheable things is exciting, and I am surprised more people, myself included, aren't excited
[14:50:15] <hazmat> MattBowen, that would be interesting.. fibers are basically coroutines.. i dig on things like gevent because their basically offering async py with the same
[21:39:27] <aclark> I am flat out done with logging in to shit