|
Search This Site: |
|
|||||||
| comp.lang.python The Python computer language. |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Join Date: Nov 2007
Age: 26
Total Posts: 8
|
achieving performance using C/C++
I did fair amount of programming in python but never used c/c++ as
mentioned below. any good tutorials for using C/C++ to optimize python codebase for performance? how widely do they use such kind of mixed coding practices? sandip ---------- Forwarded message ---------- From: "D.Hering" .. .. .. .. Python is very easily extended to near C speed. The Idea that FINALLY sunk in, was that I should first program my ideas in Python WITHOUT CONCERN FOR PERFOMANCE. Then, profile the application to find the "bottlenecks" and extend those blocks of code to C or C++. Cython/ Pyrex/Sip are my preferences for python extension frameworks. .. .. .. .. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Section | Replies | Last Post |
| Re: Harley Performance | BryanUT | rec.motorcycles | 950 | 3rd March 2008 12:23 PM |
| Re: Harley Performance | Bob Mann | rec.motorcycles | 0 | 26th January 2008 07:42 PM |
| WPF performance? | Rainer Queck | microsoft.public.dotnet.languages.csharp | 12 | 17th December 2007 12:47 AM |
| Achieving a High-Performance Health Care System with Universal Access(Annalsof Internal Medicine) | Jim Higgins | soc.retirement | 0 | 5th December 2007 05:15 PM |
| [News] Linux Improves Scheduler Performance, SGI Chooses GNU/Linux for Performance | Roy Schestowitz | comp.os.linux.advocacy | 0 | 14th November 2007 10:23 AM |