Translator code far slower
- Posted by lists at wordit.com Jan 22, 2002
- 355 views
I translated my directory traverser to C. Unfortunately, the translated code (using Borland) is far slower than the interpreted code. Why is this? Interpreter: 37 seconds Translator code (Borland): 53 seconds I ran it several times. Any ideas how to speed things up? I don't understand how compiled C code can be slower. Thanks, Marcus