Slow path search for the first time?

I have notice that the first time I attempt to find a path it is slow (relatively speaking) abut after that it seems really fast (even when search for a new destination):

search speed

This this expected?

This is expected. The extra time is due to the jit compiler that needs to compile the code the first time it runs.