Optimisation problem - in C?
Dave Cole
djc at object-craft.com.au
Wed Feb 21 09:16:26 EST 2001
More information about the Python-list mailing list
Wed Feb 21 09:16:26 EST 2001
- Previous message (by thread): Optimisation problem - in C?
- Next message (by thread): Optimisation problem - in C?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "sd" == Sebastian Dauss <sebastian.dauss at web.de> writes: sd> Of course, now I'm very interested in the performance of a sd> C-implementation ;). Maybe it would help to have something like a sd> "constant sequence" in C to avoid generating the sd> reference-list. Then, you could write: I wrote a C version - in my extremely primitive testing it seemed to be around 6 times faster. It would make more sense to test all of the techniques on the same data though. - Dave -- http://www.object-craft.com.au
- Previous message (by thread): Optimisation problem - in C?
- Next message (by thread): Optimisation problem - in C?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list