I keep hearing that Python is about as slow as Java. Does anybody have experience with speeding things up?
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Recommended Answers
Jump to PostTaking a clue from my managers at work, you should tell the compiler to work SMARTER, not HARDER. That will help.
Oh, gee, I guess it doesn't help employees either.
Jump to PostI have some experience with speeding up python with swig. It allows you to access virtually any algorithm written in C or C++ from python. I used it for numerical analysis and also parsing. On such problems, this method is quit e efficient.
However, the most useful feature of …
All 7 Replies
Narue 5,707 Bad Cop Team Colleague
Chainsaw 12 Posting Pro in Training
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
EAnder 16 Light Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
woooee 814 Nearly a Posting Maven
Gribouillis 1,391 Programming Explorer Team Colleague
vegaseat commented: Great information! Thanks! +8
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.