[Python-Dev] str.count is slow
Fredrik Lundh
fredrik at pythonware.com
Tue Feb 28 08:45:49 CET 2006
More information about the Python-Dev mailing list
Tue Feb 28 08:45:49 CET 2006
- Previous message: [Python-Dev] str.count is slow
- Next message: [Python-Dev] quick status report
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg Ewing wrote: > Fredrik Lundh wrote: > > > moving to (basic) C++ might also be a good idea (in 3.0, perhaps). is any- > > one still stuck with pure C89 these days ? > > Some of us actually *prefer* working with plain C > when we have a choice, and don't consider ourselves > "stuck" with it. perhaps, but polymorphic code is a lot easier to write in C++ than in C. > My personal goal in life right now is to stay as > far away from C++ as I can get. so what C compiler are you using ? </F>
- Previous message: [Python-Dev] str.count is slow
- Next message: [Python-Dev] quick status report
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list