Jump to content
pyscripter

CharInSet revisited (again)

Recommended Posts

1 hour ago, David Heffernan said:

I find that hard to believe. That operation is disk bound, or if the file is in disk cache then it is memory bound. 

I am not saying that this is the bottleneck.  But saving say 1-2/10ths of a second when loading a large file is not insignificant. Especially if it can be easily done.

Share this post


Link to post
1 hour ago, pyscripter said:

I am not saying that this is the bottleneck.  But saving say 1-2/10ths of a second when loading a large file is not insignificant. Especially if it can be easily done.

I doubt you will achieve better than 0.1% improvement though. That said, I do want the compiler to do a better job producing efficient code. It shouldn't be getting in our way. 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×