Tagged Questions
A disconstinued project for a faster CPython virtual machine.
28
votes
7answers
2k views
Opinions on Unladen Swallow?
What are your opinions and expectations on Google's Unladen Swallow? From their project plan:
We want to make Python faster, but we
also want to make it easy for large,
well-established ...
18
votes
3answers
6k views
What is LLVM and How is replacing Python VM with LLVM increasing speeds 5x?
Google is sponsoring an Open Source project to increase the speed of Python by 5x.
Unladen-Swallow seems to have a good project plan
Why is concurrency such a hard problem?
Is LLVM going to solve ...
10
votes
3answers
428 views
What does Python's GIL have to do with the garbage collector?
I just saw this section of Unladen Swallow's documentation come up on Hacker News. Basically, it's the Google engineers saying that they're not optimistic about removing the GIL. However, it seems ...
6
votes
1answer
261 views
When will Unladen Swallow be “done” or “ready” for real use?
It looks like Google hasn't updated the results section since the Q4 2009 posting. I've been wondering when it will be put in the Python trunk, and if it's, in any way, production ready.
Also, "We ...
6
votes
3answers
493 views
unladen-swallow with numpy/scipy
has anyone used unladen-swallow with numpy/scipy for numeric/scientific applications? Is it significantly faster in your experience? Any opinions would be great.
4
votes
2answers
752 views
Is unladen-swallow dead?
My project has deferred solution on integration C++ with Python until now. But now this question is raised again.
Do anybody know status of project? On Google: ...
4
votes
1answer
236 views
Are there any builds of Unladen Swallow available?
I realise there aren't any official ones, but I was hoping I could grab an unofficial one from somewhere?
I'm running 32-bit Windows XP on x86 hardware (Core 2 Duo).