f1_seek = f1.seek did not change the performance at all. As it turns out each call is only 646 nanoseconds slower than 'C'. However, that is still 80% of the time to perform a file seek, which I would think is a relatively slow operation compared to just making a system call. -- http://mail.python.org/mailman/listinfo/python-list
- file seek is slow Metalone
- Re: file seek is slow Paul McGuire
- Re: file seek is slow Metalone
- Re: file seek is slow Neil Hodgson
- Re: file seek is slow sjdevn...@yahoo.com
- Re: file seek is slow Metalone
- Re: file seek is slow Metalone
- Re: file seek is slow Steve Holden
- Re: file seek is slow Stefan Behnel
- Re: file seek is slow Tim Roberts
- Re: file seek is slow Metalone
- Re: file seek is slow Antoine Pitrou
- Re: file seek is slow Metalone